File tree Expand file tree Collapse file tree 8 files changed +8
-0
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 value
Initialized TSConfig with incorrect compiler option
Initialized TSConfig with list compiler options with enum value
Initialized TSConfig with list compiler options Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 22
22
"strict" : true /* Enable all strict type-checking options. */
23
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
+ // "strictFunctionTypes": true, /* Enable strict checking of function types. */
25
26
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
26
27
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
27
28
Original file line number Diff line number Diff line change 22
22
"strict" : true , /* Enable all strict type-checking options. */
23
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
+ // "strictFunctionTypes": true, /* Enable strict checking of function types. */
25
26
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
26
27
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
27
28
Original file line number Diff line number Diff line change 22
22
"strict" : true /* Enable all strict type-checking options. */
23
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
+ // "strictFunctionTypes": true, /* Enable strict checking of function types. */
25
26
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
26
27
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
27
28
Original file line number Diff line number Diff line change 22
22
"strict" : true /* Enable all strict type-checking options. */
23
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
+ // "strictFunctionTypes": true, /* Enable strict checking of function types. */
25
26
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
26
27
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
27
28
Original file line number Diff line number Diff line change 22
22
"strict" : true /* Enable all strict type-checking options. */
23
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
+ // "strictFunctionTypes": true, /* Enable strict checking of function types. */
25
26
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
26
27
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
27
28
Original file line number Diff line number Diff line change 22
22
"strict" : true /* Enable all strict type-checking options. */
23
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
+ // "strictFunctionTypes": true, /* Enable strict checking of function types. */
25
26
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
26
27
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
27
28
Original file line number Diff line number Diff line change 22
22
"strict" : true /* Enable all strict type-checking options. */
23
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
+ // "strictFunctionTypes": true, /* Enable strict checking of function types. */
25
26
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
26
27
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
27
28
Original file line number Diff line number Diff line change 22
22
"strict" : true , /* Enable all strict type-checking options. */
23
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
+ // "strictFunctionTypes": true, /* Enable strict checking of function types. */
25
26
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
26
27
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
27
28
You can’t perform that action at this time.
0 commit comments