Skip to content

Commit 9dddb6a

Browse files
committed
fix: add types condition to the front of the exports
1 parent 8ff7b53 commit 9dddb6a

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
@@ -34,6 +34,7 @@
3434
"author": "Toru Nagashima",
3535
"exports": {
3636
".": {
37+
"types": "./index.d.ts",
3738
"import": "./index.mjs",
3839
"default": "./index.js"
3940
},

0 commit comments

Comments
 (0)