Change default newLine, forceConsistentCasingInFileNames (#52298)

Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
This commit is contained in:
Ryan Cavanaugh
2023-01-20 17:20:26 -08:00
committed by GitHub
parent 1447819df0
commit ff92ab0ac9
219 changed files with 40304 additions and 40728 deletions

View File

@@ -1285,7 +1285,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
paramType: Diagnostics.NEWLINE,
category: Diagnostics.Emit,
description: Diagnostics.Set_the_newline_character_for_emitting_files,
defaultValueDescription: Diagnostics.Platform_specific
defaultValueDescription: "lf"
},
{
name: "noErrorTruncation",
@@ -1461,7 +1461,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
affectsModuleResolution: true,
category: Diagnostics.Interop_Constraints,
description: Diagnostics.Ensure_that_casing_is_correct_in_imports,
defaultValueDescription: false,
defaultValueDescription: true,
},
{
name: "maxNodeModuleJsDepth",