cal.pub0.org/apps/docs/tsconfig.json

9 lines
189 B
JSON

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