Ensure original files are included in tsconfig.release.json (#34584)

Ensure original files are included in tsconfig.release.json
This commit is contained in:
Daniel Rosenwasser 2019-10-18 17:35:37 -07:00 committed by GitHub
commit f33465416f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }
]