{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@c/*": ["components/*"],
"@lib/*": ["lib/a/*", "lib/b/*"],
"@mycomponent": ["components/hello.js"]
}
},
"exclude": ["node_modules", "**/*.test.ts", "**/*.test.tsx"]
}