Skip to content

Commit

Permalink
fix: type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 25, 2023
1 parent 77aba14 commit ab1c19c
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 @@ -5,6 +5,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
Expand Down

0 comments on commit ab1c19c

Please sign in to comment.