|
{
|
|
"extends": "@calcom/tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["/*"],
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [".", "../types/next-auth.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|