Skip to content

Commit 99d5b98

Browse files
Ensure that the default value of --strict is described as true.
1 parent ef5ead1 commit 99d5b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
899899
showInSimplifiedHelpView: true,
900900
category: Diagnostics.Type_Checking,
901901
description: Diagnostics.Enable_all_strict_type_checking_options,
902-
defaultValueDescription: false,
902+
defaultValueDescription: true,
903903
},
904904
{
905905
name: "noImplicitAny",

0 commit comments

Comments
 (0)