mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-18 03:43:28 -06:00
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/tsc.release.js",
|
|
"stripInternal": true,
|
|
"preserveConstEnums": false,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"sourceMap": false,
|
|
"composite": false
|
|
},
|
|
"files": [
|
|
"tsc.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../compiler/tsconfig.release.json", "prepend": true }
|
|
]
|
|
}
|