fix types : export the base as children are exported

This commit is contained in:
Basarat Ali Syed 2015-09-16 10:57:54 +10:00
parent 4fedd77c33
commit 32048ca5ac

View File

@ -2116,7 +2116,7 @@ namespace ts {
}
/* @internal */
interface CommandLineOptionBase {
export interface CommandLineOptionBase {
name: string;
type: string | Map<number>; // "string", "number", "boolean", or an object literal mapping named values to actual values
isFilePath?: boolean; // True if option value is a path or fileName