Commit de120b3 1 parent d3b7058 commit de120b3 Copy full SHA for de120b3
File tree 8 files changed +8
-8
lines changed
tests/baselines/reference/tsConfig
Default initialized TSConfig
Initialized TSConfig with boolean value compiler options
Initialized TSConfig with enum value compiler options
Initialized TSConfig with files options
Initialized TSConfig with incorrect compiler option
Initialized TSConfig with incorrect compiler option value
Initialized TSConfig with list compiler options
Initialized TSConfig with list compiler options with enum value
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : "commonjs" ,
4
4
"target" : "es5" ,
5
- "strict" : false ,
5
+ "strict" : true ,
6
6
"sourceMap" : false
7
7
}
8
8
}
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : "commonjs" ,
4
4
"target" : "es5" ,
5
- "strict" : false ,
5
+ "strict" : true ,
6
6
"sourceMap" : false ,
7
7
"noUnusedLocals" : true
8
8
}
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : "commonjs" ,
4
4
"target" : "es5" ,
5
- "strict" : false ,
5
+ "strict" : true ,
6
6
"sourceMap" : false ,
7
7
"jsx" : "react"
8
8
}
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : "commonjs" ,
4
4
"target" : "es5" ,
5
- "strict" : false ,
5
+ "strict" : true ,
6
6
"sourceMap" : false
7
7
} ,
8
8
"files" : [
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : "commonjs" ,
4
4
"target" : "es5" ,
5
- "strict" : false ,
5
+ "strict" : true ,
6
6
"sourceMap" : false ,
7
7
"lib" : [
8
8
"es5" ,
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : "commonjs" ,
4
4
"target" : "es5" ,
5
- "strict" : false ,
5
+ "strict" : true ,
6
6
"sourceMap" : false
7
7
}
8
8
}
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : "commonjs" ,
4
4
"target" : "es5" ,
5
- "strict" : false ,
5
+ "strict" : true ,
6
6
"sourceMap" : false ,
7
7
"lib" : [
8
8
"es5" ,
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"module" : "commonjs" ,
4
4
"target" : "es5" ,
5
- "strict" : false ,
5
+ "strict" : true ,
6
6
"sourceMap" : false ,
7
7
"types" : [
8
8
"jquery" ,
You can’t perform that action at this time.
0 commit comments