Skip to content

Commit

Permalink
Merge pull request #266 from davidyorr/patch-1
Browse files Browse the repository at this point in the history
fix: add types to exports in package.json
  • Loading branch information
Paul Senechko authored Apr 11, 2023
2 parents 8801b3e + 63e14bd commit 2c38107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"exports": {
"node": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs.js"
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
},
"default": "./dist/index.mjs"
},
Expand Down

0 comments on commit 2c38107

Please sign in to comment.