From aab35270fbe8721395acce55818aedee2aa3cf3f Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 16 Dec 2024 15:05:28 -0600 Subject: [PATCH] fix: ts config includes --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0046e36..60a30b8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,7 @@ }, "include": [ "**/*.ts", + "**/*.tsx", "src/main.tsx" ], "ignore": [