Skip to content

Commit 9e7f4fb

Browse files
authored
Fix incorrect exports field (#646)
1 parent 506819b commit 9e7f4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"exports": {
3131
".": {
3232
"import": {
33-
"types": "./lib/esm//src/index.d.mts",
33+
"types": "./lib/esm/src/index.d.ts",
3434
"default": "./lib/esm/src/index.js"
3535
},
3636
"require": {

0 commit comments

Comments
 (0)