mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 11:24:29 -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:
11
src/executeCommandLine/tsconfig.release.json
Normal file
11
src/executeCommandLine/tsconfig.release.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user