Add .dir-locals.el

This commit is contained in:
Foster Hangdaan 2023-08-06 16:45:02 -04:00
parent fe8f19a891
commit 51fc046abb
Signed by: foster
GPG key ID: E48D7F49A852F112

2
.dir-locals.el Normal file
View file

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