Fixes ts_ls
This commit is contained in:
parent
2162ce7744
commit
5a3af4917c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ return {
|
||||||
"typescriptreact",
|
"typescriptreact",
|
||||||
"typescript.tsx",
|
"typescript.tsx",
|
||||||
},
|
},
|
||||||
root_dir = dnscUtils.root_pattern("tsconfig.json", "jsconfig.json", "package.json", ".git"),
|
root_markers = { "tsconfig.json", "package.json", ".git" },
|
||||||
init_options = {
|
init_options = {
|
||||||
preferences = {
|
preferences = {
|
||||||
importModuleSpecifierPreference = "relative",
|
importModuleSpecifierPreference = "relative",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue