Skip to content

Commit

Permalink
fix: restore types field in package.json (#1546)
Browse files Browse the repository at this point in the history
fixes #1545
  • Loading branch information
dangreen committed Apr 10, 2024
1 parent e676fea commit 3fdde6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"exports": "./src/index.ts",
"publishConfig": {
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
Expand Down

0 comments on commit 3fdde6a

Please sign in to comment.