File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../tsconfig.base.json" ,
3
3
"include" : [" examples" ],
4
- "references" : [
5
- { "path" : " tsconfig.src.json" }
6
- ],
4
+ "references" : [{ "path" : " tsconfig.src.json" }],
7
5
"compilerOptions" : {
8
6
"tsBuildInfoFile" : " .tsbuildinfo/examples.tsbuildinfo" ,
9
7
"rootDir" : " examples" ,
10
8
"noEmit" : true ,
9
+ "noUnusedLocals" : false
11
10
}
12
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../tsconfig.base.json" ,
3
3
"include" : [" test" ],
4
- "references" : [
5
- {"path" : " tsconfig.src.json" }
6
- ],
4
+ "references" : [{ "path" : " tsconfig.src.json" }],
7
5
"compilerOptions" : {
8
6
"tsBuildInfoFile" : " .tsbuildinfo/test.tsbuildinfo" ,
9
7
"rootDir" : " test" ,
10
8
"noEmit" : true ,
11
- "exactOptionalPropertyTypes" : false
9
+ "exactOptionalPropertyTypes" : false ,
10
+ "noUnusedLocals" : false
12
11
}
13
12
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../tsconfig.base.json" ,
3
3
"include" : [" examples" ],
4
- "references" : [
5
- { "path" : " tsconfig.src.json" }
6
- ],
4
+ "references" : [{ "path" : " tsconfig.src.json" }],
7
5
"compilerOptions" : {
8
6
"tsBuildInfoFile" : " .tsbuildinfo/examples.tsbuildinfo" ,
9
7
"rootDir" : " examples" ,
10
8
"noEmit" : true ,
9
+ "noUnusedLocals" : false
11
10
}
12
11
}
Original file line number Diff line number Diff line change 9
9
"tsBuildInfoFile" : " .tsbuildinfo/test.tsbuildinfo" ,
10
10
"rootDir" : " test" ,
11
11
"noEmit" : true ,
12
- "exactOptionalPropertyTypes" : false
12
+ "exactOptionalPropertyTypes" : false ,
13
+ "noUnusedLocals" : false
13
14
}
14
15
}
You can’t perform that action at this time.
0 commit comments