From e4ad3e2eaa4bc03dc5e270eca519bcf2c29b3d5c Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 23 Apr 2024 12:01:00 -0400 Subject: [PATCH] Undo config change --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 10681f15..3141ab8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "outDir": "./build", - "jsx": "react-jsx", + "jsx": "react", "allowJs": true, "strict": true, "target": "ES6",