File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3
3
"module" : " esnext" ,
4
4
"moduleResolution" : " node" ,
5
5
"target" : " es2017" ,
6
+ "allowUnreachableCode" : false ,
7
+ "allowUnusedLabels" : false ,
6
8
"noImplicitReturns" : true ,
7
9
"noFallthroughCasesInSwitch" : true ,
8
10
"noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 3
3
"module" : " commonjs" ,
4
4
"moduleResolution" : " node" ,
5
5
"target" : " es2017" ,
6
+ "allowUnreachableCode" : false ,
7
+ "allowUnusedLabels" : false ,
6
8
"noImplicitReturns" : true ,
7
9
"noFallthroughCasesInSwitch" : true ,
8
10
"noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 3
3
"module" : " commonjs" ,
4
4
"moduleResolution" : " node" ,
5
5
"target" : " es2017" ,
6
+ "allowUnreachableCode" : false ,
7
+ "allowUnusedLabels" : false ,
6
8
"noImplicitReturns" : true ,
7
9
"noFallthroughCasesInSwitch" : true ,
8
10
"noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 3
3
"module" : " commonjs" ,
4
4
"moduleResolution" : " node" ,
5
5
"target" : " es2017" ,
6
+ "allowUnreachableCode" : false ,
7
+ "allowUnusedLabels" : false ,
6
8
"noImplicitAny" : true ,
7
9
"noImplicitReturns" : true ,
8
10
"noImplicitThis" : true ,
You can’t perform that action at this time.
0 commit comments