fix(build) TypingResolutionHost interface is used by exported function discoverTypings

This commit is contained in:
Basarat Ali Syed
2016-03-03 10:32:07 +11:00
parent d6c56062b6
commit 1bebc711b0

View File

@@ -6,7 +6,7 @@
/* @internal */
namespace ts.JsTyping {
interface TypingResolutionHost {
export interface TypingResolutionHost {
directoryExists: (path: string) => boolean;
fileExists: (fileName: string) => boolean;
readFile: (path: string, encoding?: string) => string;