Skip to content

Commit

Permalink
Merge pull request #124 from effector/fix-module-resolution-bundler
Browse files Browse the repository at this point in the history
fix(types): add export.types to support moduleResolution bundler
  • Loading branch information
AlexandrHoroshih authored Sep 28, 2023
2 parents 010d397 + 72d92a3 commit fba24b5
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 @@ -72,6 +72,7 @@
],
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.mjs"
Expand Down

0 comments on commit fba24b5

Please sign in to comment.