Files
calendar/packages/ui/tsconfig.json
T
Alex van AndelandGitHub 145001d26e chore: Bump typescript version in @calcom/ui (#19766)
* chore: Bump typescript version in @calcom/ui

* Reduce required types from @calcom/types to just used ones
2025-03-15 06:43:05 -03:00

17 lines
385 B
JSON

{
"extends": "@calcom/tsconfig/react-library.json",
"compilerOptions": {
"resolveJsonModule": true,
"experimentalDecorators": true
},
"include": [
"../types/window.d.ts",
"../types/next.d.ts",
"../types/tanstack-table.d.ts",
"../types/business-days-plugin.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": ["dist", "build", "**/node_modules/**"]
}