Skip to content

Commit 8246d5e

Browse files
authored
fix: export types (#22)
1 parent 0a59014 commit 8246d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"exports": {
2121
".": {
2222
"require": "./dist/index.js",
23-
"import": "./dist/index.mjs"
23+
"import": "./dist/index.mjs",
24+
"types": "./dist/index.d.ts"
2425
}
2526
},
2627
"main": "./dist/index.js",

0 commit comments

Comments
 (0)