Skip to content

Commit

Permalink
Merge pull request #22 from 43081j/exports-types
Browse files Browse the repository at this point in the history
fix: expose types in export map
  • Loading branch information
marvinhagemeister authored Oct 17, 2023
2 parents e2df682 + 6e5d7db commit 60f86a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
},
Expand Down

0 comments on commit 60f86a1

Please sign in to comment.