We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20121f7 commit 7fe7337Copy full SHA for 7fe7337
packages/account-sdk/package.json
@@ -32,6 +32,7 @@
32
"require": "./dist/interface/payment/index.node.js"
33
},
34
"./payment": {
35
+ "types": "./dist/interface/payment/index.d.ts",
36
"browser": {
37
"types": "./dist/interface/payment/index.d.ts",
38
"import": "./dist/interface/payment/index.js",
@@ -54,6 +55,7 @@
54
55
"require": "./dist/interface/public-utilities/spend-permission/index.node.js"
56
57
"./spend-permission": {
58
+ "types": "./dist/interface/public-utilities/spend-permission/index.d.ts",
59
60
"types": "./dist/interface/public-utilities/spend-permission/index.d.ts",
61
"import": "./dist/interface/public-utilities/spend-permission/index.js",
0 commit comments