TypeScript/src/executeCommandLine/tsconfig.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

15 lines
262 B
JSON

{
"extends": "../tsconfig-base",
"compilerOptions": {
"outFile": "../../built/local/executeCommandLine.js"
},
"references": [
{ "path": "../compiler" }
],
"files": [
"executeCommandLine.ts"
]
}