mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 11:49:38 +00:00
Merge pull request #246738 from eps1lon/emphasize-automatic-transform
Deemphasize old JSX transform
This commit is contained in:
@@ -29,7 +29,7 @@ export function inferredProjectCompilerOptions(
|
||||
module: (version.gte(API.v540) ? 'Preserve' : 'ESNext') as Proto.ModuleKind,
|
||||
moduleResolution: (version.gte(API.v540) ? 'Bundler' : 'Node') as Proto.ModuleResolutionKind,
|
||||
target: 'ES2022' as Proto.ScriptTarget,
|
||||
jsx: 'react' as Proto.JsxEmit,
|
||||
jsx: 'react-jsx' as Proto.JsxEmit,
|
||||
};
|
||||
|
||||
if (version.gte(API.v500)) {
|
||||
|
||||
Reference in New Issue
Block a user