5 lines
227 B
Lua
5 lines
227 B
Lua
return {
|
|
cmd = { 'typescript-language-server', '--stdio' },
|
|
filetypes = { 'javascript', 'javascriptreact', 'typescript', 'typescriptreact' },
|
|
root_markers = { 'tsconfig.json', 'jsconfig.json', 'package.json', '.git' },
|
|
}
|