Skip to content

Commit 811bcaa

Browse files
authored
fix: add types condition to the front of the exports (#85)
1 parent 8ff7b53 commit 811bcaa

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)