mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-18 13:59:04 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user