File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 13
13
],
14
14
"repository" :
" [email protected] :GokiProtocol/walletkit.git" ,
15
15
"scripts" : {
16
- "build" : " rm -fr dist/ && tsc && tsc -P tsconfig.esm .json"
16
+ "build" : " rm -fr dist/ && tsc && tsc -P tsconfig.cjs .json"
17
17
},
18
18
"bugs" : {
19
19
"url" : " https://github.com/GokiProtocol/walletkit/issues"
23
23
"@emotion/styled" : " ^11.8.1" ,
24
24
"@reach/dialog" : " ^0.17.0" ,
25
25
"@saberhq/solana-contrib" : " ^1.13.19" ,
26
+ "@saberhq/tsconfig" : " ^1.13.19" ,
26
27
"@saberhq/use-solana" : " ^1.13.19" ,
27
28
"@solana/web3.js" : " ^1.43.2" ,
28
29
"@types/react-dom" : " 18.0.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "module" : " ESNext " ,
4
+ "module" : " CommonJS " ,
5
5
"outDir" : " dist/esm/"
6
6
}
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ../.. /tsconfig.json" ,
2
+ "extends" : " @saberhq/tsconfig /tsconfig.react .json" ,
3
3
"compilerOptions" : {
4
- "noEmit " : false ,
5
- "outDir " : " dist/cjs/ "
4
+ "outDir " : " dist/esm/ " ,
5
+ "noEmit " : false
6
6
},
7
7
"include" : [" src/" ]
8
8
}
Original file line number Diff line number Diff line change @@ -3775,6 +3775,7 @@ __metadata:
3775
3775
"@reach/dialog": "npm:^0.17.0"
3776
3776
"@react-spring/web": "npm:^9.4.5"
3777
3777
"@saberhq/solana-contrib": "npm:^1.13.19"
3778
+ "@saberhq/tsconfig": "npm:^1.13.19"
3778
3779
"@saberhq/use-solana": "npm:^1.13.19"
3779
3780
"@solana/web3.js": "npm:^1.43.2"
3780
3781
"@types/react": "npm:^18.0.9"
You can’t perform that action at this time.
0 commit comments