Skip to content

Commit dd466ae

Browse files
committed
Update tsconfig baselines
1 parent 44cc8c5 commit dd466ae

File tree

8 files changed

+8
-0
lines changed
  • tests/baselines/reference/tsConfig

8 files changed

+8
-0
lines changed

tests/baselines/reference/tsConfig/Default initialized TSConfig/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"strict": true /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25+
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
2526
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2627
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2728

tests/baselines/reference/tsConfig/Initialized TSConfig with boolean value compiler options/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"strict": true, /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25+
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
2526
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2627
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2728

tests/baselines/reference/tsConfig/Initialized TSConfig with enum value compiler options/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"strict": true /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25+
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
2526
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2627
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2728

tests/baselines/reference/tsConfig/Initialized TSConfig with files options/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"strict": true /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25+
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
2526
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2627
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2728

tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option value/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"strict": true /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25+
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
2526
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2627
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2728

tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"strict": true /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25+
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
2526
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2627
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2728

tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options with enum value/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"strict": true /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25+
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
2526
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2627
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2728

tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"strict": true, /* Enable all strict type-checking options. */
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
25+
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
2526
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2627
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2728

0 commit comments

Comments
 (0)