diff --git a/src/compiler/types.ts b/src/compiler/types.ts index c185e917eb2..9c0fd3d0b2f 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -1198,7 +1198,7 @@ namespace ts { (fileName: string, data: string, writeByteOrderMark: boolean, onError?: (message: string) => void): void; } - export interface Program extends ScriptReferenceHost, TypeCheckerHost { + export interface Program extends ScriptReferenceHost { /** * Get a list of files in the program */