Skip to content

Commit

Permalink
Fix types on ESM projects
Browse files Browse the repository at this point in the history
Fixes #56
  • Loading branch information
diegohaz committed Jun 20, 2023
1 parent 27973e7 commit 2ae0cc3
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 @@ -6,6 +6,7 @@
"module": "./esm/index.js",
"types": "./esm/types.d.ts",
"exports": {
"types": "./esm/types.d.ts",
"require": "./dist/index.js",
"import": "./esm/index.js"
},
Expand Down

0 comments on commit 2ae0cc3

Please sign in to comment.