Skip to content

Commit

Permalink
transpile to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Sep 21, 2022
1 parent 1eaa6b8 commit a64d649
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 @@ -3,7 +3,7 @@
"outDir": "./lib",
"baseUrl": "./src",
"target": "es6",
"module": "esnext",
"module": "commonjs",
"lib": [
"esnext",
],
Expand Down

0 comments on commit a64d649

Please sign in to comment.