2
0
Files
cal/calcom/apps/storybook/tsconfig.json
2024-08-09 00:39:27 +02:00

10 lines
209 B
JSON

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