Tserver setting to prefer type imports
This commit is contained in:
parent
500adadc1a
commit
0709895f27
|
@ -18,7 +18,8 @@ local servers = {
|
||||||
typescript = {
|
typescript = {
|
||||||
settings = {
|
settings = {
|
||||||
preferences = {
|
preferences = {
|
||||||
importModuleSpecifierPreference = "non-relative"
|
importModuleSpecifierPreference = "non-relative",
|
||||||
|
preferTypeOnlyAutoImports = true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue