website/.dir-locals.el

3 lines
142 B
EmacsLisp

;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
((typescript-mode . ((lsp-disabled-clients . (ts-ls)))))