Skip to content

Commit

Permalink
chore: transpile to commonjs instead of es module
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed Apr 9, 2021
1 parent e19543a commit 77afd8d
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 @@ -11,7 +11,7 @@
"target": "es2015",
"allowJs": false,
"esModuleInterop": true,
"module": "es2020",
"module": "CommonJS",
"moduleResolution": "node"
},
"include": [
Expand Down

0 comments on commit 77afd8d

Please sign in to comment.