Navigation Menu

Skip to content

Commit

Permalink
fix: #825 handle symlinked modules (ala pnpm) correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
🌈 Adrian Barkuş committed Aug 16, 2019
1 parent 081c14a commit e190b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler.ts
Expand Up @@ -162,6 +162,7 @@ export function createCompiler(configs: ConfigSet): TsCompiler {
readDirectory: ts.sys.readDirectory,
getDirectories: ts.sys.getDirectories,
directoryExists: ts.sys.directoryExists,
realpath: ts.sys.realpath,
getNewLine: () => '\n',
getCurrentDirectory: () => cwd,
getCompilationSettings: () => compilerOptions,
Expand Down

0 comments on commit e190b23

Please sign in to comment.