Skip to content

Commit e190b23

Browse files
author
🌈 Adrian Barkuş
committed
fix: #825 handle symlinked modules (ala pnpm) correctly
1 parent 081c14a commit e190b23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export function createCompiler(configs: ConfigSet): TsCompiler {
162162
readDirectory: ts.sys.readDirectory,
163163
getDirectories: ts.sys.getDirectories,
164164
directoryExists: ts.sys.directoryExists,
165+
realpath: ts.sys.realpath,
165166
getNewLine: () => '\n',
166167
getCurrentDirectory: () => cwd,
167168
getCompilationSettings: () => compilerOptions,

0 commit comments

Comments
 (0)