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 44biome.json
55renovate.json
66tsconfig.json
7- dist /
87* .config.js
98* .config.ts
109* .log
Original file line number Diff line number Diff line change 11{
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+ }
1817}
You can’t perform that action at this time.
0 commit comments