From 8ad334b3ab1aa28bc5581b1afab0b8868711dd3c Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 2 May 2025 11:34:18 -0700 Subject: [PATCH] fix: try reverting ts jsx type --- backend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]