mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Properly detect explicitly-set targets (#51834)
This commit is contained in:
@@ -522,7 +522,7 @@ export const targetOptionDeclaration: CommandLineOptionOfCustomType = {
|
||||
showInSimplifiedHelpView: true,
|
||||
category: Diagnostics.Language_and_Environment,
|
||||
description: Diagnostics.Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declarations,
|
||||
defaultValueDescription: ScriptTarget.ES3,
|
||||
defaultValueDescription: ScriptTarget.ES5,
|
||||
};
|
||||
|
||||
/** @internal */
|
||||
|
||||
Reference in New Issue
Block a user