Files
calendar/packages/platform/sdk/tsconfig.build.json
T
2024-03-20 12:33:49 +00:00

8 lines
136 B
JSON

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