From a9f96781335bb0771e9279fc6c1ffafd8d494b96 Mon Sep 17 00:00:00 2001 From: Matthew Cardarelli Date: Tue, 6 Aug 2024 17:21:12 -0700 Subject: [PATCH] tsconfig update --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4316054..a601514 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,6 @@ "lib": ["DOM", "ESNext"], "noEmit": true, "alwaysStrict": true - } + }, + "include": ["*.ts", "*.tsx"] }