cal/apps/docs/tsconfig.json

6 lines
134 B
JSON
Raw Normal View History

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