Skip to content

Commit

Permalink
fix(types): make types first in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 27, 2023
1 parent f440ed0 commit 98c6d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
}
},
Expand Down

0 comments on commit 98c6d23

Please sign in to comment.