mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Move executeCommandLine.ts into its own project (#35595)
* Move executeCommandLine.ts into its own project * Remove incorrect prepend
This commit is contained in:
14
src/executeCommandLine/tsconfig.json
Normal file
14
src/executeCommandLine/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../tsconfig-base",
|
||||
"compilerOptions": {
|
||||
"outFile": "../../built/local/executeCommandLine.js"
|
||||
},
|
||||
|
||||
"references": [
|
||||
{ "path": "../compiler" }
|
||||
],
|
||||
|
||||
"files": [
|
||||
"executeCommandLine.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user