File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 4
4
biome.json
5
5
renovate.json
6
6
tsconfig.json
7
- dist /
8
7
* .config.js
9
8
* .config.ts
10
9
* .log
Original file line number Diff line number Diff line change 1
1
{
2
- "compilerOptions" : {
3
- "target" : " es2020" ,
4
- "module" : " esnext" ,
5
- "strict" : true ,
6
- "esModuleInterop" : true ,
7
- "moduleResolution" : " node" ,
8
- "skipLibCheck" : true ,
9
- "noUnusedLocals" : true ,
10
- "noImplicitAny" : true ,
11
- "allowJs" : true ,
12
- "noEmit" : true ,
13
- "outDir" : " dist" ,
14
- "resolveJsonModule" : true ,
15
-
16
- "types" : [" vitest/globals" ]
17
- }
2
+ "compilerOptions" : {
3
+ "target" : " es2020" ,
4
+ "module" : " esnext" ,
5
+ "strict" : true ,
6
+ "esModuleInterop" : true ,
7
+ "moduleResolution" : " node" ,
8
+ "skipLibCheck" : true ,
9
+ "noUnusedLocals" : true ,
10
+ "noImplicitAny" : true ,
11
+ "allowJs" : true ,
12
+ "noEmit" : true ,
13
+ "outDir" : " dist" ,
14
+ "resolveJsonModule" : true ,
15
+ "types" : [" vitest/globals" ]
16
+ }
18
17
}
You can’t perform that action at this time.
0 commit comments