Files
lcbp3/backend/tsconfig.build.json
T
admin 32204c9305
CI / CD Pipeline / build (push) Failing after 4m32s
CI / CD Pipeline / deploy (push) Has been skipped
690530:0805 ADR-030-230 context aware #10
2026-05-30 08:05:48 +07:00

15 lines
206 B
JSON

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