dvm/tsconfig.release.json
2023-07-06 13:49:12 +02:00

9 lines
141 B
JSON

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