Fixes ts_ls

This commit is contained in:
Dennis Schoepf 2025-04-09 19:11:42 +02:00
parent 2162ce7744
commit 5a3af4917c

View file

@ -11,7 +11,7 @@ return {
"typescriptreact",
"typescript.tsx",
},
root_dir = dnscUtils.root_pattern("tsconfig.json", "jsconfig.json", "package.json", ".git"),
root_markers = { "tsconfig.json", "package.json", ".git" },
init_options = {
preferences = {
importModuleSpecifierPreference = "relative",