From ccdaf3c166b51e819acacc4d1732f41b5e7ee3d9 Mon Sep 17 00:00:00 2001 From: mehditorabiv Date: Thu, 11 Jul 2024 01:27:52 +0300 Subject: [PATCH] update tsconfig --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index d1883b6..12ca4f7 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -16,7 +16,7 @@ "isolatedModules": true, "moduleDetection": "force", "noEmit": true, - "jsx": "react-jsx", + "jsx": "react", /* Linting */ "strict": true,