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 1
1
{
2
2
"compilerOptions" : {
3
- "tsBuildInfoFile" : " ./node_modules/.tmp/tsconfig.node.tsbuildinfo" ,
4
- "target" : " ES2022" ,
5
- "lib" : [" ES2023" ],
6
- "module" : " ESNext" ,
7
- "skipLibCheck" : true ,
8
- "moduleResolution" : " bundler" ,
9
3
"allowImportingTsExtensions" : true ,
10
4
"isolatedModules" : true ,
5
+ "lib" : [" ES2023" ],
6
+ "module" : " ESNext" ,
11
7
"moduleDetection" : " force" ,
8
+ "moduleResolution" : " bundler" ,
12
9
"noEmit" : true ,
13
- "strict" : true ,
10
+ "noFallthroughCasesInSwitch" : true ,
11
+ "noUncheckedSideEffectImports" : true ,
14
12
"noUnusedLocals" : true ,
15
13
"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"
18
18
},
19
19
"include" : [" vite.config.ts" ]
20
20
}
You can’t perform that action at this time.
0 commit comments