diff --git a/.dir-locals.el b/.dir-locals.el
index b289f22..26cdfad 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,4 +3,5 @@
  (nil . ((projectile-project-name . "Foster Hangdaan's Website and Blog")))
 ;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
  (typescript-mode . ((lsp-disabled-clients . (ts-ls))))
+ (typescript-tsx-mode . ((lsp-disabled-clients . (ts-ls))))
 )