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"],