Skip to content

Commit

Permalink
fix: change module type to cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
d0kur0 committed Dec 24, 2021
1 parent 6f09bd7 commit a6abc9e
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": "./dist",
"strict": true,
"target": "esnext",
"module": "esnext",
"module": "commonjs",
"declaration": true,
"skipLibCheck": false,
"esModuleInterop": true,
Expand Down

0 comments on commit a6abc9e

Please sign in to comment.