Skip to content

Commit b167012

Browse files
Extend the correct tsconfig.json.
1 parent 1d3ecc0 commit b167012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tsc/tsconfig.release.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"outFile": "../../built/local/tsc.release.js",
55
"stripInternal": true,
@@ -8,7 +8,7 @@
88
"declarationMap": false,
99
"sourceMap": false,
1010
"composite": false,
11-
"incremental": true
11+
"incremental": true
1212
},
1313
"references": [
1414
{ "path": "../compiler/tsconfig.release.json", "prepend": true }

0 commit comments

Comments
 (0)