diff --git a/tsconfig.json b/tsconfig.json index 513d6ff..80bf348 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "moduleDetection": "force", "target": "ES2022", "module": "ESNext", + "jsx": "react-jsx", "moduleResolution": "bundler", "esModuleInterop": true, "strict": true,