We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17dc212 + 63c89d7 commit 103ee09Copy full SHA for 103ee09
extensions/typescript-language-features/src/tsconfig.ts
@@ -29,7 +29,7 @@ export function inferredProjectCompilerOptions(
29
module: (version.gte(API.v540) ? 'Preserve' : 'ESNext') as Proto.ModuleKind,
30
moduleResolution: (version.gte(API.v540) ? 'Bundler' : 'Node') as Proto.ModuleResolutionKind,
31
target: 'ES2022' as Proto.ScriptTarget,
32
- jsx: 'react' as Proto.JsxEmit,
+ jsx: 'react-jsx' as Proto.JsxEmit,
33
};
34
35
if (version.gte(API.v500)) {
0 commit comments