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

11 lines
267 B
JSON

{
"extends": "@calcom/tsconfig/base.json",
"compilerOptions": {
"target": "es5",
"jsx": "preserve",
"resolveJsonModule": true
},
"include": [".", "../types/next-auth.d.ts", "../types/window.d.ts"],
"exclude": ["dist", "build", "node_modules"]
}