mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 20:25:48 -06:00
Merge pull request #4815 from basarat/patch-1
fix types : export the base as children are exported
This commit is contained in:
commit
c9170b81a8
@ -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