diff --git a/src/index.ts b/src/index.ts index 138441ba7..7e59f6bab 100644 --- a/src/index.ts +++ b/src/index.ts @@ -278,6 +278,9 @@ export function register (options: Options = {}): Register { }, getDirectories: getDirectories, directoryExists: directoryExists, + fileExists: fileExists, + readFile: getFile, + readDirectory: ts.sys.readDirectory, getNewLine: () => EOL, getCurrentDirectory: () => cwd, getCompilationSettings: () => config.options,