diff --git a/node_modules/typescript/lib/tsc.js b/node_modules/typescript/lib/tsc.js index f4e4fed..ea8bf64 100644 --- a/node_modules/typescript/lib/tsc.js +++ b/node_modules/typescript/lib/tsc.js @@ -5675,7 +5675,7 @@ function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrI return getPathFromPathComponents(pathComponents2); } function convertToRelativePath(absoluteOrRelativePath, basePath, getCanonicalFileName) { - return !isRootedDiskPath(absoluteOrRelativePath) ? absoluteOrRelativePath : getRelativePathToDirectoryOrUrl( + return !isRootedDiskPath(absoluteOrRelativePath) ? absoluteOrRelativePath : basePath+"/"+getRelativePathToDirectoryOrUrl( basePath, absoluteOrRelativePath, basePath,