mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 21:07:27 -05: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