mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-20 10:29:36 -06:00
fix types : export the base as children are exported
This commit is contained in:
parent
4fedd77c33
commit
32048ca5ac
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user