diff --git a/src/compiler/types.ts b/src/compiler/types.ts index fd9adc331d3..d2757bb7937 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -2116,7 +2116,7 @@ namespace ts { } /* @internal */ - interface CommandLineOptionBase { + export interface CommandLineOptionBase { name: string; type: string | Map; // "string", "number", "boolean", or an object literal mapping named values to actual values isFilePath?: boolean; // True if option value is a path or fileName