Files
calendar/packages/lib/tsconfig.json
T
Keith WilliamsandGitHub 7701edb0bb chore: TS config - ignore node_modules in subdirectories (#19680)
* chore: TS config - ignore node_modules in subdirectories

* Update tsconfig.json

* Applied the pattern to the entire monorepo
2025-03-03 15:53:28 -03:00

11 lines
302 B
JSON

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