diff --git a/tsconfig.json b/tsconfig.json index d6811ba..ab8cff6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "moduleResolution": "bundler", - "jsx": "react-jsx", + "jsx": "react", "declaration": true, "skipLibCheck": true, "esModuleInterop": true,