You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/baselines/reference/config/initTSConfig/Initialized TSConfig with incorrect compiler option/tsconfig.json
+1
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@
84
84
// "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
85
85
// "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
86
86
// "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
87
+
// "inferInstanceTypeArgumentsAsConstraint": true, /* Default type arguments to parameter constraint or 'unknown' instead of 'any'. */
0 commit comments