initial commit
This commit is contained in:
5
lsp/tsc.lua
Normal file
5
lsp/tsc.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'tsc', '--lsp', '--stdio' },
|
||||
filetypes = { 'javascript', 'typescript', 'typescriptreact', 'javascriptreact' },
|
||||
root_markers = { '.git', 'package.json' }
|
||||
}
|
||||
Reference in New Issue
Block a user