Skip to content

Commit

Permalink
fix: compat with NodeNext moduleResolution (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 29, 2022
1 parent ce0f46c commit b8aab4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -11,6 +11,7 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./index-compat.js"
},
Expand Down

0 comments on commit b8aab4a

Please sign in to comment.