mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-18 03:43:28 -06:00
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/compiler.release.js",
|
|
"removeComments": true,
|
|
"preserveConstEnums": false
|
|
},
|
|
"references": [
|
|
]
|
|
}
|