Updates to type reference directive resolution and module resolution when failed (#51715)

This commit is contained in:
Sheetal Nandi
2023-03-01 10:57:47 -08:00
committed by GitHub
parent d8ba799f89
commit 9c5b09cd21
79 changed files with 870 additions and 288 deletions

View File

@@ -2827,7 +2827,7 @@ export class ConfiguredProject extends Project {
}
getEffectiveTypeRoots() {
return getEffectiveTypeRoots(this.getCompilationSettings(), this.directoryStructureHost) || [];
return getEffectiveTypeRoots(this.getCompilationSettings(), this) || [];
}
/** @internal */