mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 06:35:35 -05:00
fix(build) TypingResolutionHost interface is used by exported function discoverTypings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user