dvm/tsconfig.release.json

9 lines
141 B
JSON
Raw Normal View History

2023-07-08 11:49:12 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"removeComments": true
},
"include": ["src/**/*"]
}