File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 54
54
"license" : " MIT" ,
55
55
"devDependencies" : {
56
56
"@types/node" : " 17.0.19" ,
57
- "typescript" : " ^5.4.5"
57
+ "typescript" : " ^5.4.5" ,
58
+ "@safe-global/safe-apps-provider" : " ^0.18.2" ,
59
+ "@safe-global/safe-apps-sdk" : " ^8.0.0"
58
60
},
59
61
"dependencies" : {
60
62
"@web3-onboard/common" : " ^2.4.0-viem.4"
63
65
"@safe-global/safe-apps-provider" : " ^0.18.2" ,
64
66
"@safe-global/safe-apps-sdk" : " ^8.0.0"
65
67
}
66
- }
68
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../tsconfig.json" ,
3
3
"include" : [" src/**/*" ],
4
-
4
+
5
5
"compilerOptions" : {
6
6
"outDir" : " dist" ,
7
7
"rootDir" : " src" ,
10
10
"*" : [" ./src/*" , " ./node_modules/*" ]
11
11
},
12
12
"typeRoots" : [" node_modules/@types" ],
13
+ "moduleResolution" : " node"
13
14
}
14
15
}
You can’t perform that action at this time.
0 commit comments