Merge pull request #4815 from basarat/patch-1

fix types : export the base as children are exported
This commit is contained in:
Daniel Rosenwasser 2015-09-15 20:42:19 -07:00
commit c9170b81a8

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