velody/backend/tsconfig.build.json
2026-05-24 20:53:42 +02:00

13 lines
177 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"sourceMap": true
},
"exclude": [
"test",
"scripts",
"**/*.spec.ts"
]
}