Skip to content

Commit

Permalink
fix types missing in ESM monorepos
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaberaldo committed Aug 24, 2022
1 parent 12deb5c commit 550ea20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -30,6 +30,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down

0 comments on commit 550ea20

Please sign in to comment.