mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 20:37:00 -05:00
fix types : export the base as children are exported
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user