Skip to content

Commit

Permalink
chore: remove problematic types export and instead bundle type defini…
Browse files Browse the repository at this point in the history
…tions for esm and cjs
  • Loading branch information
tobiasdiez committed Aug 23, 2023
1 parent 80894a0 commit 8e99791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down

0 comments on commit 8e99791

Please sign in to comment.