File tree 9 files changed +39
-53
lines changed
9 files changed +39
-53
lines changed Original file line number Diff line number Diff line change 53
53
"prettier-plugin-solidity" : " ^1.1.3" ,
54
54
"@types/node" : " ^20.1.2" ,
55
55
"tsup" : " ^7.2.0" ,
56
- "typescript" : " ^5.0.4"
56
+ "zoralabs-tsconfig" : " *" ,
57
+ "typescript" : " ^5.2.2"
57
58
}
58
59
}
Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " zoralabs-tsconfig/tsconfig.json" ,
2
3
"compilerOptions" : {
3
- "allowJs" : true ,
4
4
"baseUrl" : " ." ,
5
- "downlevelIteration" : true ,
6
- "esModuleInterop" : true ,
7
- "isolatedModules" : true ,
8
- "lib" : [" es2021" ],
9
- "module" : " esnext" ,
10
- "moduleResolution" : " node" ,
11
- "noImplicitAny" : true ,
12
- "noUncheckedIndexedAccess" : true ,
13
- "noUnusedLocals" : true ,
14
- "noUnusedParameters" : true ,
15
- "resolveJsonModule" : true ,
16
- "skipLibCheck" : true ,
17
- "strict" : true ,
18
- "strictNullChecks" : true ,
19
- "target" : " es2021" ,
20
- "types" : [" node" ],
21
5
"outDir" : " dist"
22
6
},
23
7
"exclude" : [" node_modules/**" , " dist/**" ],
Original file line number Diff line number Diff line change 39
39
"solady" : " ^0.0.132" ,
40
40
"tsup" : " ^7.2.0" ,
41
41
"tsx" : " ^3.13.0" ,
42
+ "zoralabs-tsconfig" : " *" ,
42
43
"typescript" : " ^5.2.2"
43
44
}
44
45
}
Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " zoralabs-tsconfig/tsconfig.json" ,
2
3
"compilerOptions" : {
3
- "allowJs" : true ,
4
4
"baseUrl" : " ." ,
5
- "downlevelIteration" : true ,
6
- "esModuleInterop" : true ,
7
- "isolatedModules" : true ,
8
- "lib" : [" es2021" ],
9
- "module" : " esnext" ,
10
- "moduleResolution" : " node" ,
11
- "noImplicitAny" : true ,
12
- "noUncheckedIndexedAccess" : true ,
13
- "noUnusedLocals" : true ,
14
- "noUnusedParameters" : true ,
15
- "resolveJsonModule" : true ,
16
- "skipLibCheck" : true ,
17
- "strict" : true ,
18
- "strictNullChecks" : true ,
19
- "target" : " es2021" ,
20
- "types" : [" node" ],
21
5
"outDir" : " dist"
22
6
},
23
7
"exclude" : [" node_modules/**" , " dist/**" ],
Original file line number Diff line number Diff line change 23
23
"viem" : " ^1.16.6"
24
24
},
25
25
"devDependencies" : {
26
+ "zoralabs-tsconfig" : " *" ,
26
27
"typescript" : " ^5.2.2" ,
27
28
"vite" : " 4.5.0" ,
28
29
"vitest" : " 0.34.6"
Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " zoralabs-tsconfig/tsconfig.json" ,
2
3
"compilerOptions" : {
3
- "allowJs" : true ,
4
- "baseUrl" : " ." ,
5
- "downlevelIteration" : true ,
6
- "esModuleInterop" : true ,
7
- "isolatedModules" : true ,
8
4
"lib" : [" es2021" , " DOM" ],
9
- "module" : " esnext" ,
10
- "moduleResolution" : " node" ,
11
- "noImplicitAny" : true ,
12
- "noUncheckedIndexedAccess" : true ,
13
- "noUnusedLocals" : true ,
14
- "noUnusedParameters" : true ,
15
- "resolveJsonModule" : true ,
16
- "skipLibCheck" : true ,
17
- "strict" : true ,
18
- "strictNullChecks" : true ,
19
- "target" : " es2021" ,
20
- "types" : [" node" ],
5
+ "baseUrl" : " ." ,
21
6
"outDir" : " dist"
22
7
},
23
8
"exclude" : [" node_modules/**" , " dist/**" ],
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " zoralabs-tsconfig" ,
3
+ "version" : " 0.0.0" ,
4
+ "private" : true ,
5
+ "license" : " MIT" ,
6
+ "publishConfig" : {
7
+ "access" : " public"
8
+ }
9
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "allowJs" : true ,
4
+ "downlevelIteration" : true ,
5
+ "esModuleInterop" : true ,
6
+ "isolatedModules" : true ,
7
+ "lib" : [" es2021" ],
8
+ "module" : " esnext" ,
9
+ "moduleResolution" : " node" ,
10
+ "noImplicitAny" : true ,
11
+ "noUncheckedIndexedAccess" : true ,
12
+ "noUnusedLocals" : true ,
13
+ "noUnusedParameters" : true ,
14
+ "resolveJsonModule" : true ,
15
+ "skipLibCheck" : true ,
16
+ "strict" : true ,
17
+ "strictNullChecks" : true ,
18
+ "target" : " es2021" ,
19
+ "types" : [" node" ]
20
+ }
21
+ }
Original file line number Diff line number Diff line change 3994
3994
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
3995
3995
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
3996
3996
3997
- typescript@^5.0.4, typescript@^5. 2.2 :
3997
+ typescript@^5.2.2 :
3998
3998
version "5.2.2"
3999
3999
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
4000
4000
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
You can’t perform that action at this time.
0 commit comments