TypeScript/src/executeCommandLine/tsconfig.release.json
Wesley Wigham 6936ac24fd
Move executeCommandLine.ts into its own project (#35595)
* Move executeCommandLine.ts into its own project

* Remove incorrect prepend
2019-12-09 16:33:24 -08:00

12 lines
301 B
JSON

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