updates typescript config
This commit is contained in:
parent
45b5ea864d
commit
7903ad079f
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ return {
|
||||||
init_options = {
|
init_options = {
|
||||||
hostInfo = "neovim",
|
hostInfo = "neovim",
|
||||||
preferences = {
|
preferences = {
|
||||||
importModuleSpecifierPreference = "relative",
|
includeCompletionsForModuleExports = true,
|
||||||
|
includeCompletionsForImportStatements = true,
|
||||||
|
importModuleSpecifierPreference = "shortest",
|
||||||
importModuleSpecifierEnding = "minimal",
|
importModuleSpecifierEnding = "minimal",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue