forceConsistentCasingInFileNames affects module resolution (#36334)

This commit is contained in:
Klaus Meinhardt
2020-01-21 21:45:13 +01:00
committed by Sheetal Nandi
parent 8976ac96aa
commit 342f4c0b54
3 changed files with 152 additions and 0 deletions

View File

@@ -951,6 +951,7 @@ namespace ts {
{
name: "forceConsistentCasingInFileNames",
type: "boolean",
affectsModuleResolution: true,
category: Diagnostics.Advanced_Options,
description: Diagnostics.Disallow_inconsistently_cased_references_to_the_same_file
},