Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): turn off noEmitHelpers in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Mar 7, 2017
1 parent df54ef6 commit 694a4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"inlineSources": true,
"noEmitHelpers": true,
"noEmitHelpers": false,
"strictNullChecks": false,
"noImplicitAny": true,
"baseUrl": ".",
Expand Down

0 comments on commit 694a4dd

Please sign in to comment.