Skip to content

Commit

Permalink
fix: add types field for node16/nodenext module resolution (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMartens authored May 1, 2023
1 parent 1ea2752 commit 11900de
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 @@ -20,6 +20,7 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down

0 comments on commit 11900de

Please sign in to comment.