We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8252c commit f1c0300Copy full SHA for f1c0300
src/compiler/tsconfig.release.json
@@ -4,5 +4,8 @@
4
"outFile": "../../built/local/compiler.release.js",
5
"removeComments": true,
6
"preserveConstEnums": false
7
- }
+ },
8
+ "references": [
9
+ { "path": "../shims" }
10
+ ]
11
}
0 commit comments