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