mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Ensure original files are included in tsconfig.release.json (#34584)
Ensure original files are included in tsconfig.release.json
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../tsconfig-base",
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outFile": "../../built/local/tsc.release.js",
|
||||
"stripInternal": true,
|
||||
@@ -10,9 +10,6 @@
|
||||
"composite": false,
|
||||
"incremental": true
|
||||
},
|
||||
"files": [
|
||||
"tsc.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../compiler/tsconfig.release.json", "prepend": true }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user