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.
jsx: react
1 parent 88c01e4 commit 8fb977fCopy full SHA for 8fb977f
extensions/typescript-language-features/src/utils/tsconfig.ts
@@ -26,7 +26,7 @@ const defaultProjectConfig = Object.freeze<Proto.ExternalProjectCompilerOptions>
26
module: 'ESNext' as Proto.ModuleKind,
27
moduleResolution: 'Node' as Proto.ModuleResolutionKind,
28
target: 'ES2020' as Proto.ScriptTarget,
29
- jsx: 'preserve' as Proto.JsxEmit,
+ jsx: 'react' as Proto.JsxEmit,
30
});
31
32
export function inferredProjectCompilerOptions(
0 commit comments