Skip to content

Commit

Permalink
fix: fix typings for TypeScript v5 (#599)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonah Snider <jonah@jonahsnider.com>
  • Loading branch information
cyruseuros and jonahsnider committed Jul 23, 2023
1 parent 05f227f commit 1273e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/convert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@
"type": "commonjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/convert.prod.mjs",
"require": "./dist/index.js"
},
"./dev": {
"types": "./dist/index.d.ts",
"import": "./dist/convert.dev.mjs",
"require": "./dist/convert.dev.js"
},
"./prod": {
"types": "./dist/index.d.ts",
"import": "./dist/convert.prod.mjs",
"require": "./dist/convert.prod.js"
}
Expand Down

0 comments on commit 1273e31

Please sign in to comment.