We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3ecc0 commit b167012Copy full SHA for b167012
src/tsc/tsconfig.release.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": "../tsconfig.json",
+ "extends": "./tsconfig.json",
3
"compilerOptions": {
4
"outFile": "../../built/local/tsc.release.js",
5
"stripInternal": true,
@@ -8,7 +8,7 @@
8
"declarationMap": false,
9
"sourceMap": false,
10
"composite": false,
11
- "incremental": true
+ "incremental": true
12
},
13
"references": [
14
{ "path": "../compiler/tsconfig.release.json", "prepend": true }
0 commit comments