Skip to content

Commit c9170b8

Browse files
Merge pull request #4815 from basarat/patch-1
fix types : export the base as children are exported
2 parents fc438ef + 32048ca commit c9170b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/compiler/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ namespace ts {
21162116
}
21172117

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

0 commit comments

Comments
 (0)