Skip to content

Commit e6fc1e7

Browse files
authored
Merge pull request #165 from stuikomma/bugfix/fixTypingsWithEsm
Fix typings with esm
2 parents 07fdeb4 + 6885687 commit e6fc1e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"exports": {
2727
".": {
28+
"types": "./dist/index.d.ts",
2829
"browser": "./dist/react-use-wizard.mjs",
2930
"import": "./dist/react-use-wizard.mjs",
3031
"require": "./dist/index.js"

0 commit comments

Comments
 (0)