Skip to content

Commit

Permalink
Configure CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 17, 2024
1 parent 71c6c99 commit 1237464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"nexe": "^4.0.0-rc.6",
"typescript": "^5.4.5"
},
"type": "module"
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"lib": ["ES2022"],
"target": "ES2022",
"moduleResolution": "Node",
"module": "ESNext"
"module": "CommonJS"
}
}

0 comments on commit 1237464

Please sign in to comment.