Skip to content

Commit

Permalink
fix: remove unneeded default types path
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Jul 25, 2023
1 parent 305ea2d commit e90bf9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"type": "module",
"typesVersions": {
"*": {
"react": ["dist/react/index.d.ts"],
"*": ["dist/index.d.ts"]
"react": ["./dist/react/index.d.ts"]
}
},
"exports": {
Expand Down

0 comments on commit e90bf9c

Please sign in to comment.