mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Updates to type reference directive resolution and module resolution when failed (#51715)
This commit is contained in:
@@ -2827,7 +2827,7 @@ export class ConfiguredProject extends Project {
|
||||
}
|
||||
|
||||
getEffectiveTypeRoots() {
|
||||
return getEffectiveTypeRoots(this.getCompilationSettings(), this.directoryStructureHost) || [];
|
||||
return getEffectiveTypeRoots(this.getCompilationSettings(), this) || [];
|
||||
}
|
||||
|
||||
/** @internal */
|
||||
|
||||
Reference in New Issue
Block a user