Skip to content

Commit c8b360e

Browse files
committed
chore: change types export
1 parent 517f4f5 commit c8b360e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"exports": {
66
".": {
77
"import": "./lib/index.js",
8-
"types": "./lib/index.d.ts"
8+
"types": "./types/index.d.ts"
99
}
1010
},
1111
"private": false,

0 commit comments

Comments
 (0)