From 301209b36355cef098ef9234e0b4f5eb0c621d77 Mon Sep 17 00:00:00 2001 From: Mambuco Date: Thu, 22 Feb 2024 18:17:41 +0100 Subject: [PATCH] Updated tsconfig Added "jsx": "react" in compilerOptions --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index fbefd6a..a2d1bc5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "include": ["src"], "compilerOptions": { + "jsx": "react", /* Visit https://aka.ms/tsconfig to read more about this file */ /* Projects */