Skip to content

Commit

Permalink
fix(types): add types to named export
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler authored and ppedziwiatr committed Feb 8, 2024
1 parent fb14340 commit 2ccd876
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",
"exports": {
".": "./lib/cjs/index.js"
".": {
"default": "./lib/cjs/index.js",
"types": "./lib/types/index.d.ts"
}
},
"sideEffects": false,
"engines": {
Expand Down

0 comments on commit 2ccd876

Please sign in to comment.