Skip to content

Commit 98c6d23

Browse files
committed
fix(types): make types first in exports
1 parent f440ed0 commit 98c6d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"type": "module",
66
"exports": {
77
".": {
8-
"import": "./dist/index.mjs",
98
"types": "./dist/index.d.ts",
9+
"import": "./dist/index.mjs",
1010
"default": "./dist/index.mjs"
1111
}
1212
},

0 commit comments

Comments
 (0)