Files
aryx/.github/lsp.json
T

14 lines
233 B
JSON

{
"lspServers": {
"typescript": {
"command": "typescript-language-server",
"args": [
"--stdio"
],
"fileExtensions": {
".ts": "typescript",
".tsx": "typescript"
}
}
}
}