Skip to content

Commit 0f6dbd0

Browse files
committed
Merge pull request #7350 from basarat/patch-1
fix(build) `TypingResolutionHost` interface is used by exported function `discoverTypings`
2 parents d6c5606 + 1bebc71 commit 0f6dbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/jsTyping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* @internal */
77
namespace ts.JsTyping {
88

9-
interface TypingResolutionHost {
9+
export interface TypingResolutionHost {
1010
directoryExists: (path: string) => boolean;
1111
fileExists: (fileName: string) => boolean;
1212
readFile: (path: string, encoding?: string) => string;

0 commit comments

Comments
 (0)