mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
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" }
|
|
]
|
|
}
|