Use lowercase preserve for jsxemit

This matches what the tsconfig schema expects
This commit is contained in:
Matt Bierner
2022-03-09 14:38:13 -08:00
parent b3832713db
commit 71c0686d04

View File

@@ -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(