mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Use lowercase preserve for jsxemit
This matches what the tsconfig schema expects
This commit is contained in:
@@ -26,7 +26,7 @@ const defaultProjectConfig = Object.freeze<Proto.ExternalProjectCompilerOptions>
|
||||
module: 'ESNext' as Proto.ModuleKind,
|
||||
moduleResolution: 'Node' as Proto.ModuleResolutionKind,
|
||||
target: 'ES2020' as Proto.ScriptTarget,
|
||||
jsx: 'Preserve' as Proto.JsxEmit,
|
||||
jsx: 'preserve' as Proto.JsxEmit,
|
||||
});
|
||||
|
||||
export function inferredProjectCompilerOptions(
|
||||
|
||||
Reference in New Issue
Block a user