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 b8a740f commit 8a1560bCopy full SHA for 8a1560b
jspm.config.js
@@ -146,7 +146,9 @@ SystemJS.config({
146
"preserveConstEnums": true,
147
"removeComments": true,
148
"typeCheck": false,
149
- "tsconfig": false
+ "tsconfig": false,
150
+ "noEmitHelpers": true,
151
+ "importHelpers": true
152
},
153
packages: {
154
"app": {
@@ -552,4 +554,4 @@ SystemJS.config({
552
554
}
553
555
556
-});
557
+});
src/tsconfig.json
@@ -16,8 +16,8 @@
16
"allowJs": false,
17
"allowSyntheticDefaultImports": false,
18
"noEmitOnError": true,
19
- "noEmitHelpers": false,
20
- "importHelpers": false,
+ "importHelpers": true,
21
"experimentalDecorators": true,
22
"emitDecoratorMetadata": true,
23
"pretty": true,
0 commit comments