mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/compiler.release.js",
|
|
"removeComments": true,
|
|
"preserveConstEnums": false
|
|
}
|
|
}
|