Tserver setting to prefer type imports

This commit is contained in:
Juan Magalhães 2024-04-25 17:08:01 -03:00
parent 500adadc1a
commit 0709895f27
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ local servers = {
typescript = {
settings = {
preferences = {
importModuleSpecifierPreference = "non-relative"
importModuleSpecifierPreference = "non-relative",
preferTypeOnlyAutoImports = true,
}
}
},