Skip to content

Commit

Permalink
Merge pull request #1176 from aquark/master
Browse files Browse the repository at this point in the history
fix: #825 handle symlinked modules (ala pnpm) correctly
  • Loading branch information
kulshekhar committed Aug 19, 2019
2 parents 081c14a + e190b23 commit 8297bf2
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 8297bf2

Please sign in to comment.