Skip to content

Commit

Permalink
fix(core, keepalive): emit helpers for es5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
grbsk committed Nov 15, 2016
1 parent 5e9f0f4 commit ed30b6b
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 @@ -7,7 +7,7 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"noEmitHelpers": true,
"noEmitHelpers": false,
"strictNullChecks": false,
"baseUrl": "./modules",
"paths": {
Expand Down

0 comments on commit ed30b6b

Please sign in to comment.