mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Describe defaults of more options (#46498)
* Describe defaults of more options * Use enum members/values vs. strings * Update Baselines and/or Applied Lint Fixes Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
This commit is contained in:
@@ -534,7 +534,7 @@ namespace ts {
|
||||
isTSConfigOnly: true,
|
||||
category: Diagnostics.Backwards_Compatibility,
|
||||
description: Diagnostics.Enable_project_compilation,
|
||||
defaultValueDescription: "undefined",
|
||||
defaultValueDescription: undefined,
|
||||
}
|
||||
];
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user