TypeScript/src/compiler/tsconfig.release.json
2019-02-28 14:01:40 -08:00

9 lines
205 B
JSON

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