Skip to content

Commit

Permalink
esm support to fix bundler incompatibility (#95)
Browse files Browse the repository at this point in the history
* esm support

* commit
  • Loading branch information
benallfree committed Dec 29, 2020
1 parent e6918be commit 75b8d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"sourceMap": true,
"module": "commonjs",
"module": "ESNext",
"target": "es2017",
"moduleResolution": "node",
"outDir": "./dist",
Expand Down

0 comments on commit 75b8d16

Please sign in to comment.