Skip to content

Commit

Permalink
Fix types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Mar 14, 2024
1 parent 0ef3182 commit fc3b1fd
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": {
".": {
"import": "./lib/main.mjs",
"require": "./lib/main.js"
"require": "./lib/main.js",
"types": "./lib/main.d.ts"
}
},
"main": "lib/main.js",
Expand Down

0 comments on commit fc3b1fd

Please sign in to comment.