Skip to content

Commit

Permalink
Merge pull request #321 from rafaelpimpa/patch-1
Browse files Browse the repository at this point in the history
Add types to exports field in package.json
  • Loading branch information
nfriedly committed Aug 24, 2022
2 parents 12deb5c + 550ea20 commit 0d1be7d
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 0d1be7d

Please sign in to comment.