File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "tsBuildInfoFile" : " ./node_modules/.tmp/tsconfig.node.tsbuildinfo" ,
4- "target" : " ES2022" ,
5- "lib" : [" ES2023" ],
6- "module" : " ESNext" ,
7- "skipLibCheck" : true ,
8- "moduleResolution" : " bundler" ,
93 "allowImportingTsExtensions" : true ,
104 "isolatedModules" : true ,
5+ "lib" : [" ES2023" ],
6+ "module" : " ESNext" ,
117 "moduleDetection" : " force" ,
8+ "moduleResolution" : " bundler" ,
129 "noEmit" : true ,
13- "strict" : true ,
10+ "noFallthroughCasesInSwitch" : true ,
11+ "noUncheckedSideEffectImports" : true ,
1412 "noUnusedLocals" : true ,
1513 "noUnusedParameters" : true ,
16- "noFallthroughCasesInSwitch" : true ,
17- "noUncheckedSideEffectImports" : true
14+ "skipLibCheck" : true ,
15+ "strict" : true ,
16+ "target" : " ES2022" ,
17+ "tsBuildInfoFile" : " ./node_modules/.tmp/tsconfig.node.tsbuildinfo"
1818 },
1919 "include" : [" vite.config.ts" ]
2020}
You can’t perform that action at this time.
0 commit comments