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 = {
|
||||
hostInfo = "neovim",
|
||||
preferences = {
|
||||
importModuleSpecifierPreference = "relative",
|
||||
includeCompletionsForModuleExports = true,
|
||||
includeCompletionsForImportStatements = true,
|
||||
importModuleSpecifierPreference = "shortest",
|
||||
importModuleSpecifierEnding = "minimal",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue