2022-02-18 16:53:45 +00:00
|
|
|
{
|
|
|
|
"extends": "@calcom/tsconfig/nextjs.json",
|
|
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
2022-04-08 14:59:51 +00:00
|
|
|
"exclude": ["node_modules"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"noImplicitAny": false
|
|
|
|
}
|
2022-02-18 16:53:45 +00:00
|
|
|
}
|