You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/program.ts
+23-4
Original file line number
Diff line number
Diff line change
@@ -995,7 +995,7 @@ namespace ts {
995
995
}
996
996
else{
997
997
forEach(options.lib,(libFileName,index)=>{
998
-
processRootFile(combinePaths(defaultLibraryPath,libFileName),/*isDefaultLib*/true,/*ignoreNoDefaultLib*/false,{kind: FileIncludeKind.LibFile, index });
998
+
processRootFile(pathForLibFile(libFileName),/*isDefaultLib*/true,/*ignoreNoDefaultLib*/false,{kind: FileIncludeKind.LibFile, index });
0 commit comments