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 84d9e12 commit a506b51Copy full SHA for a506b51
1 file changed
packages/smart-accounts-kit/package.json
@@ -76,6 +76,22 @@
76
},
77
"./package.json": "./package.json"
78
79
+ "typesVersions": {
80
+ "*": {
81
+ "utils": [
82
+ "./dist/utils/index.d.ts"
83
+ ],
84
+ "actions": [
85
+ "./dist/actions/index.d.ts"
86
87
+ "contracts": [
88
+ "./dist/contracts/index.d.ts"
89
90
+ "experimental": [
91
+ "./dist/experimental/index.d.ts"
92
+ ]
93
+ }
94
+ },
95
"engines": {
96
"node": "^18.18 || >=20"
97
0 commit comments