From a1c13c1b4f1a4d2ce3cc9a421f5629c5430eb060 Mon Sep 17 00:00:00 2001 From: satnaing Date: Mon, 15 May 2023 11:24:47 +0630 Subject: [PATCH] chore: add jsx compiler option in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 11ed177..63eb0e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "baseUrl": "src", + "jsx": "react-jsx", "paths": { "@assets/*": ["assets/*"], "@config": ["config.ts"],