Skip to content

Commit

Permalink
Chore: update dist exports (#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jun 23, 2024
1 parent fb027ff commit bcca8e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"require": "./dist/plugins/*.cjs"
},
"./dist/*": {
"import": "./dist/*"
"import": "./dist/*",
"types": "./dist/*.d.ts",
"require": "./dist/*.cjs"
},
"./dist/plugins/*.esm.js": {
"import": "./dist/plugins/*.esm.js",
Expand Down

0 comments on commit bcca8e7

Please sign in to comment.