We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 556da72 + fbc070f commit f334654Copy full SHA for f334654
1 file changed
src/tsc/tsconfig.release.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": "../tsconfig-base",
+ "extends": "../tsconfig.json",
3
"compilerOptions": {
4
"outFile": "../../built/local/tsc.release.js",
5
"stripInternal": true,
@@ -10,9 +10,6 @@
10
"composite": false,
11
"incremental": true
12
},
13
- "files": [
14
- "tsc.ts"
15
- ],
16
"references": [
17
{ "path": "../compiler/tsconfig.release.json", "prepend": true }
18
]
0 commit comments