Skip to content

Commit 87e02dd

Browse files
committed
fix: fix types export
1 parent fc58eba commit 87e02dd

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
@@ -9,7 +9,7 @@
99
"exports": {
1010
".": {
1111
"import": "./dist/index.mjs",
12-
"types": "./types/index.d.ts"
12+
"types": "./dist/index.d.ts"
1313
}
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)