mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
forceConsistentCasingInFileNames affects module resolution (#36334)
This commit is contained in:
committed by
Sheetal Nandi
parent
8976ac96aa
commit
342f4c0b54
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user