From 558c4f940eee14c52bb67057d465dff2112eddaa Mon Sep 17 00:00:00 2001 From: Dylan Knutson Date: Sat, 16 Aug 2025 19:26:03 +0000 Subject: [PATCH] tsc fix --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 076ead33..e33572e1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "moduleResolution": "node", "sourceMap": true, "target": "es5", - "jsx": "react", + "jsx": "react-jsx", "noEmit": true, "downlevelIteration": true },