Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 32048ca

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

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/compiler/types.ts‎

Copy file name to clipboardExpand all lines: src/compiler/types.ts
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.