fix(41845): add missing values to diagnostic message related to jsx option (#41873)

This commit is contained in:
Oleksandr T
2020-12-09 23:41:15 +02:00
committed by GitHub
parent d93cadb1bd
commit 4dc82fdfba
18 changed files with 18 additions and 18 deletions

View File

@@ -418,7 +418,7 @@ namespace ts {
paramType: Diagnostics.KIND,
showInSimplifiedHelpView: true,
category: Diagnostics.Basic_Options,
description: Diagnostics.Specify_JSX_code_generation_Colon_preserve_react_native_or_react,
description: Diagnostics.Specify_JSX_code_generation_Colon_preserve_react_native_react_react_jsx_or_react_jsxdev,
},
{
name: "declaration",