Extend the correct tsconfig.json.

This commit is contained in:
Daniel Rosenwasser 2019-10-21 10:46:41 -07:00
parent 1d3ecc0610
commit b167012561

View File

@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outFile": "../../built/local/tsc.release.js",
"stripInternal": true,
@ -8,7 +8,7 @@
"declarationMap": false,
"sourceMap": false,
"composite": false,
"incremental": true
"incremental": true
},
"references": [
{ "path": "../compiler/tsconfig.release.json", "prepend": true }