From acc83aa256d690cd72bb6971a74f244a695221b9 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sun, 16 Feb 2025 14:30:37 -0500 Subject: [PATCH] Add tsx in tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 680cd93..417e34c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "allowImportingTsExtensions": true, "noEmit": true }, - "include": ["**/*.ts"] + "include": ["**/*.{ts,tsx}"] }