work-hub-server/apps/api/tsconfig.build.json

8 lines
150 B
JSON

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