mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-24 21:48:36 +02:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 lines
233 B
JSON
14 lines
233 B
JSON
{
|
|
"lspServers": {
|
|
"typescript": {
|
|
"command": "typescript-language-server",
|
|
"args": [
|
|
"--stdio"
|
|
],
|
|
"fileExtensions": {
|
|
".ts": "typescript",
|
|
".tsx": "typescript"
|
|
}
|
|
}
|
|
}
|
|
} |