Skip to content

Commit e46a82d

Browse files
committed
Add module and types to package.json
1 parent 0e96cd6 commit e46a82d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"engines": {
1616
"node": ">=18"
1717
},
18+
"module": "dist/index.js",
19+
"types": "./dist/index.d.ts",
1820
"exports": {
1921
".": {
2022
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)