diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-04-19 01:51:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 00:51:16 +0000 |
commit | 8e77f091ad9b1f8b3dc2eaf8b4a2be2560a67354 (patch) | |
tree | 178a101792ca4dc00216e77bb43ca36a1d63271d /cli/args/mod.rs | |
parent | 90688edcc26ee6446acf0295bb7c25cfc33934a1 (diff) |
perf(lsp): cleanup document dependencies (#23426)
Diffstat (limited to 'cli/args/mod.rs')
-rw-r--r-- | cli/args/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/args/mod.rs b/cli/args/mod.rs index dbb3e6e46..8d00f1416 100644 --- a/cli/args/mod.rs +++ b/cli/args/mod.rs @@ -185,6 +185,7 @@ pub fn ts_config_to_transpile_and_emit_options( jsx_fragment_factory: options.jsx_fragment_factory, jsx_import_source: options.jsx_import_source, precompile_jsx, + precompile_jsx_skip_elements: None, transform_jsx, var_decl_imports: false, }, |