TypeScript/src/compiler/tsconfig.release.json
2022-08-10 11:49:59 -07:00

11 lines
234 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outFile": "../../built/local/compiler.release.js",
"removeComments": true,
"preserveConstEnums": false
},
"references": [
]
}