Skip to content

Commit 7fd911a

Browse files
authored
fix: correct path to types
1 parent 31a23fd commit 7fd911a

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
@@ -27,7 +27,7 @@
2727
"import": "./dist/index.mjs",
2828
"require": "./dist/index.cjs",
2929
"types": {
30-
"default": "./dist/index.d.ts"
30+
".": "./dist/index.d.ts"
3131
}
3232
}
3333
},

0 commit comments

Comments
 (0)