Skip to content

Commit

Permalink
fix: add types under exports (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Mar 13, 2024
1 parent ddce340 commit a3e1426
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 @@ -27,7 +27,8 @@
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
}
},
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit a3e1426

Please sign in to comment.