File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
+ "allowSyntheticDefaultImports" : true ,
4
+ "forceConsistentCasingInFileNames" : true ,
3
5
"module" : " es6" ,
4
6
"moduleResolution" : " node" ,
5
- "verbatimModuleSyntax" : true ,
6
- "allowSyntheticDefaultImports" : true ,
7
7
"resolveJsonModule" : true ,
8
- "forceConsistentCasingInFileNames" : true ,
8
+ "verbatimModuleSyntax" : true ,
9
+
10
+ "skipLibCheck" : true ,
11
+
12
+ "allowUnreachableCode" : false ,
13
+ "allowUnusedLabels" : false ,
14
+ "exactOptionalPropertyTypes" : true ,
9
15
"noFallthroughCasesInSwitch" : true ,
16
+ "noImplicitOverride" : true ,
10
17
"noImplicitReturns" : true ,
18
+ "noPropertyAccessFromIndexSignature" : true ,
11
19
"noUnusedLocals" : true ,
12
20
"noUnusedParameters" : true ,
13
- "skipLibCheck" : true ,
14
21
"strict" : true
15
22
}
16
23
}
You can’t perform that action at this time.
0 commit comments