File tree 1 file changed +20
-19
lines changed
1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "compilerOptions" : {
3
- "baseUrl" : " ./" ,
4
- "target" : " es5" ,
5
- "lib" : [" dom" , " dom.iterable" , " esnext" ],
6
- "allowJs" : true ,
7
- "skipLibCheck" : true ,
8
- "esModuleInterop" : true ,
9
- "allowSyntheticDefaultImports" : true ,
10
- "strict" : true ,
11
- "forceConsistentCasingInFileNames" : true ,
12
- "noFallthroughCasesInSwitch" : true ,
13
- "module" : " esnext" ,
14
- "moduleResolution" : " node" ,
15
- "resolveJsonModule" : true ,
16
- "isolatedModules" : true ,
17
- "noEmit" : false ,
18
- "jsx" : " react-jsx"
19
- },
20
- "include" : [" src" ]
2
+ "compilerOptions" : {
3
+ "baseUrl" : " ./" ,
4
+ "target" : " es5" ,
5
+ "lib" : [" dom" , " dom.iterable" , " esnext" ],
6
+ "allowJs" : true ,
7
+ "skipLibCheck" : true ,
8
+ "esModuleInterop" : true ,
9
+ "allowSyntheticDefaultImports" : true ,
10
+ "strict" : true ,
11
+ "forceConsistentCasingInFileNames" : true ,
12
+ "noFallthroughCasesInSwitch" : true ,
13
+ "module" : " esnext" ,
14
+ "moduleResolution" : " node" ,
15
+ "resolveJsonModule" : true ,
16
+ "isolatedModules" : true ,
17
+ "noEmit" : false ,
18
+ "jsx" : " react-jsx" ,
19
+ "noUncheckedIndexedAccess" : true
20
+ },
21
+ "include" : [" src" ]
21
22
}
You can’t perform that action at this time.
0 commit comments