mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-15 02:41:30 -05:00
fix(41845): add missing values to diagnostic message related to jsx option (#41873)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user