Skip to content

Commit a27e036

Browse files
Switch from CommonJS to ES modules for better Node.js compatibility
Co-authored-by: yukikamome316 <32415464+yukikamome316@users.noreply.github.com>
1 parent 8bb2ab8 commit a27e036

21 files changed

Lines changed: 468 additions & 41 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"name": "eafe3092032fafaeofe32902ppqf2",
1010
"main": "dist/main.js",
11-
"type": "commonjs",
11+
"type": "module",
1212
"scripts": {
1313
"build": "tsc",
1414
"start": "node dist/main.js",

0 commit comments

Comments
 (0)