Skip to content

Commit 32048ca

Browse files
committed
fix types : export the base as children are exported
1 parent 4fedd77 commit 32048ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)