Skip to content

Commit

Permalink
fix: Remove tslib dependency (#4)
Browse files Browse the repository at this point in the history
Changes `importHelpers`  to `false`.

fixes #3
  • Loading branch information
simenandre committed Mar 15, 2021
1 parent 51f1b61 commit 2e480cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "commonjs",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"importHelpers": false,
"resolveJsonModule": true,
"alwaysStrict": true,
"sourceMap": true,
Expand All @@ -18,4 +18,4 @@
"examples/**/*",
"__tests__/**/*"
]
}
}

0 comments on commit 2e480cd

Please sign in to comment.