Skip to content

Commit 04873b7

Browse files
committed
chore: add types export
1 parent 9b6d18d commit 04873b7

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
@@ -35,7 +35,8 @@
3535
],
3636
"exports": {
3737
".": {
38-
"import": "./dist/src/index.js"
38+
"import": "./dist/src/index.js",
39+
"types": "./dist/index.d.ts"
3940
}
4041
},
4142
"module": "./dist/src/index.js",

0 commit comments

Comments
 (0)