Skip to content

Commit

Permalink
build: set importHelpers to false for tslib compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Apr 7, 2021
1 parent 9bd176d commit f09cd4e
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 @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "ESNext",
"target": "ES5",
"importHelpers": true,
"importHelpers": false,
"sourceMap": true,
"lib": ["DOM", "ES2015", "es2016.array.include", "es2017.object"],
"composite": true,
Expand Down

0 comments on commit f09cd4e

Please sign in to comment.