mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-24 11:43:18 -05:00
Add mroe incremental-affecting affixes to compiler options, add incremental test for changing jsxImportSource
This commit is contained in:
@@ -803,6 +803,8 @@ namespace ts {
|
||||
{
|
||||
name: "jsxImportSource",
|
||||
type: "string",
|
||||
affectsSemanticDiagnostics: true,
|
||||
affectsEmit: true,
|
||||
affectsModuleResolution: true,
|
||||
category: Diagnostics.Advanced_Options,
|
||||
description: Diagnostics.Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react
|
||||
|
||||
Reference in New Issue
Block a user