Skip to content

Commit

Permalink
[Fix] Missing declaration file for module in ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joserealdev committed Jul 25, 2024
1 parent 9ee6fb7 commit 443a18d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"types": "dist/index.d.ts",
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"files": [
"dist"
Expand Down Expand Up @@ -121,4 +122,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit 443a18d

Please sign in to comment.