Skip to content

Commit

Permalink
fix: add types to exports to avoid typescript error in import
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmuda1 committed Jul 1, 2024
1 parent 33a7c86 commit 5147009
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 @@ -10,6 +10,7 @@
"typings": "dist/types/lib/index.d.ts",
"exports": {
".": {
"types": "./dist/types/lib/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.js"
}
Expand Down

0 comments on commit 5147009

Please sign in to comment.