convert to module

This commit is contained in:
jejolare 2024-07-24 22:17:17 +07:00
parent f686cd52f9
commit 3e6c4b3a6d

View file

@ -4,6 +4,7 @@
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc"
},