Skip to content

Commit

Permalink
Fix: add types to exports field to compat nodenext module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Dec 25, 2021
1 parent bd15db5 commit d294dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -30,7 +30,8 @@
".": {
"browser": "./dist/module/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
},
"./package.json": "./package.json",
"./": "./*"
Expand Down

0 comments on commit d294dcf

Please sign in to comment.