add types field in package.json

This commit is contained in:
Nebel 2024-09-03 08:24:30 +09:00
parent bd667f2b26
commit bfee60800d
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -9,6 +9,7 @@
"url": "https://github.com/kou029w/websri.git"
},
"type": "module",
"types": "dist/index.d.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",