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

14 lines
350 B
JSON

{
"extends": "@calcom/tsconfig/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["/*"]
},
"resolveJsonModule": true,
"esModuleInterop": true
},
"include": [".", "../types/next-auth.d.ts"],
"exclude": ["dist", "build", "node_modules", "**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
}