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 28697b1 commit 61f1c16Copy full SHA for 61f1c16
src/index.ts
@@ -278,6 +278,9 @@ export function register (options: Options = {}): Register {
278
},
279
getDirectories: getDirectories,
280
directoryExists: directoryExists,
281
+ fileExists: fileExists,
282
+ readFile: getFile,
283
+ readDirectory: ts.sys.readDirectory,
284
getNewLine: () => EOL,
285
getCurrentDirectory: () => cwd,
286
getCompilationSettings: () => config.options,
0 commit comments