From 915dbc1aa9c0776e9f2c3bd00d71a3c5c5c0f71a Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 14 Nov 2025 13:06:49 -0500 Subject: [PATCH] fix: restore jsx option in tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7aa21529..e1dc6332 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "jsx": "react", "target": "ES2022", "module": "ESNext", "moduleResolution": "node",