From 069e645a81bcbb9ff1bd19643eaf89628cd6000c Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Tue, 21 Jan 2025 23:39:49 +0100 Subject: [PATCH] Add tsx files in tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 45a797a..8cfb456 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "strictNullChecks": true, "lib": ["DOM", "ES5", "ES6", "ES7"] }, - "include": ["**/*.ts"] + "include": ["**/*.ts", "**/*.tsx"] }