Skip to content

Commit 4f11bc4

Browse files
Merge pull request #26 from NativeScript/webpack-fix
Add noEmitHelpers flag
2 parents 419a6ee + 2c49ee0 commit 4f11bc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"noLib": false,
1515
"emitDecoratorMetadata": true,
1616
"experimentalDecorators": true,
17-
"pretty": true
17+
"pretty": true,
18+
"noEmitHelpers": true
1819
},
1920
"exclude": [
2021
"node_modules",

0 commit comments

Comments
 (0)