Skip to content

Commit

Permalink
fix(build): correct path to types for browser (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Nov 19, 2024
1 parent e5707ac commit c4926bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function main() {
import: "./dist-node/index.js",
},
browser: {
types: "./dist-types/web.d.ts",
types: "./dist-types/index.d.ts",
import: "./dist-web/index.js",
},
default: {
Expand Down

0 comments on commit c4926bd

Please sign in to comment.