Files
calendar/packages/features/auth/tsconfig.json
T

20 lines
539 B
JSON

{
"extends": "@calcom/tsconfig/react-library.json",
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"baseUrl": ".",
"resolveJsonModule": true,
"esModuleInterop": true,
"experimentalDecorators": true
},
"include": [
".",
"../../types/next-auth.d.ts",
"../../types/tanstack-table.d.ts",
"../../types/business-days-plugin.d.ts",
"../../types/window.d.ts"
],
"exclude": ["dist", "build", "**/node_modules/**", "**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
}