Move executeCommandLine.ts into its own project (#35595)

* Move executeCommandLine.ts into its own project

* Remove incorrect prepend
This commit is contained in:
Wesley Wigham
2019-12-09 16:33:24 -08:00
committed by GitHub
parent f8cacf97e1
commit 6936ac24fd
6 changed files with 30 additions and 4 deletions

View File

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