Skip to content

Commit

Permalink
fix: Remove tslib (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw authored Apr 1, 2020
1 parent c9ce513 commit 55e410a
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 @@
"target": "es5",
"module": "commonjs",
"lib": ["dom", "esnext"],
"importHelpers": true,
"importHelpers": false,
"declaration": true,
"sourceMap": false,
"strict": true,
Expand Down

0 comments on commit 55e410a

Please sign in to comment.