From 9fa277c8d7f848c1316fe03289f110f7393a2fa7 Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Sat, 11 Jan 2025 02:32:14 -0500 Subject: [PATCH] fix errors: 'React' is declared but its value is never read. --- client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index d328c26..a6b7592 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -16,7 +16,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx", + "jsx": "react", /* Linting */ "strict": true,