Skip to content

Commit

Permalink
Merge pull request #73 from commercelayer/add-types
Browse files Browse the repository at this point in the history
Add `exports.types` to the package.json
  • Loading branch information
marcomontalbano committed Mar 26, 2024
2 parents a7d8850 + 080b629 commit 34e54d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/js-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
Expand Down

0 comments on commit 34e54d7

Please sign in to comment.