Files
mp-pilates/packages/server/tsconfig.build.json
2026-04-04 15:39:26 +08:00

11 lines
212 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"paths": {},
"incremental": false
},
"exclude": ["node_modules", "dist", "test", "**/*.spec.ts"]
}