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

8 lines
136 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext"
},
"exclude": ["src/__tests__/**/*", "example/*"]
}