Skip to content

Commit

Permalink
fix: expose types for ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KianYang-Lee committed Feb 17, 2025
1 parent 5dc2a04 commit 21aab54
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"exports": {
".": {
"import": "./dist/coinbase.js",
"require": "./dist/coinbase.umd.cjs"
"require": "./dist/coinbase.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"exports": {
".": {
"import": "./dist/core.mjs",
"require": "./dist/core.umd.js"
"require": "./dist/core.umd.js",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"exports": {
".": {
"import": "./dist/modal.mjs",
"require": "./dist/modal.umd.js"
"require": "./dist/modal.umd.js",
"types": "./dist/index.d.ts"
},
"./dist/style.css": "./dist/style.css"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"exports": {
".": {
"import": "./dist/walletconnect.js",
"require": "./dist/walletconnect.umd.cjs"
"require": "./dist/walletconnect.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
Expand Down

0 comments on commit 21aab54

Please sign in to comment.