Skip to content

Commit

Permalink
🔧 export type declarations using exports package entry
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Sep 19, 2024
1 parent 7d066c8 commit 7ffcc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"exports": {
".": [
{
"types": "./types/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
Expand Down

0 comments on commit 7ffcc2c

Please sign in to comment.