Skip to content

Commit

Permalink
chore: add types subpath export
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 22, 2023
1 parent a0f237f commit aa2de9e
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 @@ -13,6 +13,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
Expand Down

0 comments on commit aa2de9e

Please sign in to comment.