webapp-deployment-status-api/tsconfig.release.json

9 lines
141 B
JSON
Raw Permalink Normal View History

2024-01-19 02:17:30 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"removeComments": true
},
"include": ["src/**/*"]
}