Skip to content

Commit

Permalink
change tsconfig module to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
moverware committed Jun 30, 2021
1 parent 3781e3c commit 65842d7
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"module": "commonjs",
"lib": [
"dom",
"dom.iterable",
Expand Down

0 comments on commit 65842d7

Please sign in to comment.