Skip to content

Commit 1bebc71

Browse files
committed
fix(build) TypingResolutionHost interface is used by exported function discoverTypings
1 parent d6c5606 commit 1bebc71

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)