We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c05697 commit 58af400Copy full SHA for 58af400
packages/tsconfig-reference/scripts/cli/generateJSON.ts
@@ -40,7 +40,7 @@ export interface CompilerOptionJSON extends CommandLineOptionBase {
40
deprecated?: string;
41
internal?: true;
42
recommended?: true;
43
- defaultValue?: string;
+ defaultValue?: string | number | boolean;
44
hostObj: string;
45
}
46
packages/tsconfig-reference/scripts/tsconfig/generateJSON.ts
@@ -48,7 +48,7 @@ export interface CompilerOptionJSON extends CommandLineOptionBase {
48
49
50
51
52
53
54
0 commit comments