Skip to content

Commit 6c27878

Browse files
committed
fix: add types condition to the front of the exports
1 parent b8bc4e8 commit 6c27878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
],
1212
"exports": {
1313
".": {
14+
"types": "./index.d.ts",
1415
"import": "./index.mjs",
1516
"default": "./index.js"
1617
},

0 commit comments

Comments
 (0)