File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
"esModuleInterop" : true ,
10
10
"forceConsistentCasingInFileNames" : true ,
11
11
"jsx" : " react-jsx" ,
12
- "lib" : [" ESNext " ],
13
- "module" : " ESNext " ,
12
+ "lib" : [" ES2022 " ],
13
+ "module" : " ES2022 " ,
14
14
"moduleResolution" : " bundler" ,
15
15
"noEmit" : true ,
16
16
"noFallthroughCasesInSwitch" : true ,
17
17
"noImplicitReturns" : true ,
18
18
"noImplicitUseStrict" : false ,
19
19
"noStrictGenericChecks" : false ,
20
20
"noUncheckedIndexedAccess" : true ,
21
- "noUnusedLocals" : true ,
22
- "noUnusedParameters" : true ,
21
+ "noUnusedLocals" : false ,
22
+ "noUnusedParameters" : false ,
23
23
"resolveJsonModule" : true ,
24
24
"resolvePackageJsonImports" : false ,
25
25
"skipLibCheck" : true ,
26
26
"strict" : true ,
27
- "target" : " ESNext " ,
27
+ "target" : " ES2022 " ,
28
28
"verbatimModuleSyntax" : true
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments