Skip to content

Commit

Permalink
Try adjusting module type as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 21, 2023
1 parent ad6593d commit 192c4a8
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": {
"outDir": "dist",
"module": "CommonJS",
"module": "node16",
"target": "ES2022",
"lib": ["ES2022", "dom"],
"sourceMap": true,
Expand Down

0 comments on commit 192c4a8

Please sign in to comment.