Skip to content

Commit a0dcbd9

Browse files
authored
fix: move types condition to the front (#422)
1 parent 23c3217 commit a0dcbd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"exports": {
1616
".": {
17+
"types": "./dist/src/index.d.ts",
1718
"import": "./index.mjs",
1819
"require": "./index.js",
19-
"default": "./index.js",
20-
"types": "./dist/src/index.d.ts"
20+
"default": "./index.js"
2121
},
2222
"./package.json": "./package.json"
2323
},

0 commit comments

Comments
 (0)