From 9c12806ff19b9375b6a67620c4b47de75da9da87 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 18 Mar 2026 14:34:59 -0700 Subject: [PATCH] =?UTF-8?q?chore(admin-frontend):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20TypeScript=20compiler=20options=20and=20dependencies=20in=20?= =?UTF-8?q?admin-frontend=20tsconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- admin/frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/frontend/tsconfig.json b/admin/frontend/tsconfig.json index 589a6e3..b8623de 100644 --- a/admin/frontend/tsconfig.json +++ b/admin/frontend/tsconfig.json @@ -4,7 +4,7 @@ "outDir": "./dist", "rootDir": "./src", "lib": ["ES2022", "DOM", "DOM.Iterable"], - "jsx": "react" + "jsx": "react-jsx" }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "src/**/*.spec.ts", "src/**/*.spec.tsx", "src/**/*.test.ts", "src/**/*.test.tsx", "src/test/**"]