Tserver setting to prefer type imports
This commit is contained in:
parent
500adadc1a
commit
0709895f27
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ local servers = {
|
||||||
typescript = {
|
typescript = {
|
||||||
settings = {
|
settings = {
|
||||||
preferences = {
|
preferences = {
|
||||||
importModuleSpecifierPreference = "non-relative"
|
importModuleSpecifierPreference = "non-relative",
|
||||||
|
preferTypeOnlyAutoImports = true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue