webapp-deployment-status-api/tsconfig.release.json
2024-01-18 20:17:30 -06:00

9 lines
141 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"removeComments": true
},
"include": ["src/**/*"]
}