mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
6936ac24fd
* Move executeCommandLine.ts into its own project * Remove incorrect prepend
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/executeCommandLine.release.js",
|
|
"removeComments": true,
|
|
"preserveConstEnums": false
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler/tsconfig.release.json" }
|
|
]
|
|
}
|