10 lines
209 B
JSON
10 lines
209 B
JSON
|
{
|
||
|
"extends": "@calcom/tsconfig/nextjs.json",
|
||
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||
|
"exclude": ["node_modules"],
|
||
|
"compilerOptions": {
|
||
|
"noImplicitAny": false,
|
||
|
"baseUrl": "."
|
||
|
}
|
||
|
}
|