diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 523e6de5b..3d7813257 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -26,7 +26,7 @@ "paths": { "@app/*": ["./src/*"] }, - "jsx": "react-jsx" + "jsx": "react" }, "include": ["src/**/*", "scripts/**/*", "e2e-test/**/*", "./.eslintrc.js", "./tsup.config.js"], "exclude": ["node_modules"]