You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/types.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3309,7 +3309,7 @@ namespace ts {
3309
3309
/* @internal */
3310
3310
exportinterfaceCommandLineOptionBase{
3311
3311
name: string;
3312
-
type: "string"|"number"|"boolean"|"object"|"json"|"list"|Map<number|string>;// a value of a primitive type, or an object literal mapping named values to actual values
3312
+
type: "string"|"number"|"boolean"|"object"|"list"|Map<number|string>;// a value of a primitive type, or an object literal mapping named values to actual values
3313
3313
isFilePath?: boolean;// True if option value is a path or fileName
3314
3314
shortName?: string;// A short mnemonic for convenience - for instance, 'h' can be used in place of 'help'
3315
3315
description?: DiagnosticMessage;// The message describing what the command line switch does
0 commit comments