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

Commit

Permalink
fix(build): set noEmitHelpers to false
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Mar 5, 2017
1 parent f7b79c7 commit 2256267
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,
"allowUnreachableCode": false,
Expand Down

0 comments on commit 2256267

Please sign in to comment.