Skip to content

Commit

Permalink
fix: add missing type export to package.json (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waleed-KH authored May 19, 2023
1 parent 17180e7 commit 610934e
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 @@ -8,6 +8,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down Expand Up @@ -61,4 +62,4 @@
"vitest": "^0.30.1"
},
"packageManager": "pnpm@8.3.1"
}
}

0 comments on commit 610934e

Please sign in to comment.