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,14 @@
{
"extends": "../tsconfig-base",
"compilerOptions": {
"outFile": "../../built/local/executeCommandLine.js"
},
"references": [
{ "path": "../compiler" }
],
"files": [
"executeCommandLine.ts"
]
}