mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 10:58:20 -05:00
fix(55227): useUnknownInCatchVariables sets default value differently to other strict commandline options (#55230)
This commit is contained in:
@@ -885,7 +885,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
|
||||
strictFlag: true,
|
||||
category: Diagnostics.Type_Checking,
|
||||
description: Diagnostics.Default_catch_clause_variables_as_unknown_instead_of_any,
|
||||
defaultValueDescription: false,
|
||||
defaultValueDescription: Diagnostics.false_unless_strict_is_set,
|
||||
},
|
||||
{
|
||||
name: "alwaysStrict",
|
||||
|
||||
Reference in New Issue
Block a user