Skip to content

Commit 84e96ba

Browse files
authored
chore: export typescript types (#114)
1 parent 075d5b9 commit 84e96ba

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
@@ -9,8 +9,9 @@
99
],
1010
"exports": {
1111
".": {
12+
"default": "./dist/index.js",
1213
"import": "./dist/index.mjs",
13-
"default": "./dist/index.js"
14+
"types": "./dist/src/index.d.ts"
1415
}
1516
},
1617
"scripts": {

0 commit comments

Comments
 (0)