Skip to content

Commit 4fd4a79

Browse files
committedMar 27, 2023
fix: move types filed to the top
1 parent 94bfc58 commit 4fd4a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"sideEffects": false,
88
"exports": {
99
".": {
10+
"types": "./dist/index.d.ts",
1011
"require": "./dist/index.cjs",
11-
"import": "./dist/index.mjs",
12-
"types": "./dist/index.d.ts"
12+
"import": "./dist/index.mjs"
1313
},
1414
"./*": "./*"
1515
},

0 commit comments

Comments
 (0)
Please sign in to comment.