Skip to content

Commit

Permalink
add types to export
Browse files Browse the repository at this point in the history
  • Loading branch information
yonathan06 committed Jun 13, 2023
1 parent 4a5404e commit 632a55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"exports": {
".": {
"require": "./.build/index.js",
"import": "./.build/esm/index.mjs"
"import": "./.build/esm/index.mjs",
"types": "./.build/esm/index.d.ts"
}
},
"repository": {
Expand Down

0 comments on commit 632a55c

Please sign in to comment.