We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081c14a commit e190b23Copy full SHA for e190b23
src/compiler.ts
@@ -162,6 +162,7 @@ export function createCompiler(configs: ConfigSet): TsCompiler {
162
readDirectory: ts.sys.readDirectory,
163
getDirectories: ts.sys.getDirectories,
164
directoryExists: ts.sys.directoryExists,
165
+ realpath: ts.sys.realpath,
166
getNewLine: () => '\n',
167
getCurrentDirectory: () => cwd,
168
getCompilationSettings: () => compilerOptions,
0 commit comments