Skip to content

Commit

Permalink
fix: add types for node16 module resolution support
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Jan 30, 2023
1 parent f21b215 commit 4399f34
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 @@ -30,6 +30,7 @@
"exports": {
".": [
{
"types": "./dist/index.d.ts",
"import": "./dist/index.exports.import.es.mjs",
"default": "./dist/index.exports.require.cjs.js"
},
Expand Down

0 comments on commit 4399f34

Please sign in to comment.