diff options
Diffstat (limited to 'cli/lsp/resolver.rs')
-rw-r--r-- | cli/lsp/resolver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/resolver.rs b/cli/lsp/resolver.rs index d6414697b..f160622ab 100644 --- a/cli/lsp/resolver.rs +++ b/cli/lsp/resolver.rs @@ -115,7 +115,7 @@ impl LspScopeResolver { let npm_graph_resolver = graph_resolver.create_graph_npm_resolver(); let graph_imports = config_data .and_then(|d| d.config_file.as_ref()) - .and_then(|cf| cf.to_maybe_imports().ok()) + .and_then(|cf| cf.to_compiler_option_types().ok()) .map(|imports| { Arc::new( imports |