There was an error while loading. Please reload this page.
2 parents d6c5606 + 1bebc71 commit 0f6dbd0Copy full SHA for 0f6dbd0
src/services/jsTyping.ts
@@ -6,7 +6,7 @@
6
/* @internal */
7
namespace ts.JsTyping {
8
9
- interface TypingResolutionHost {
+ export interface TypingResolutionHost {
10
directoryExists: (path: string) => boolean;
11
fileExists: (fileName: string) => boolean;
12
readFile: (path: string, encoding?: string) => string;
0 commit comments