From 473513db7e13ddd8a79c9b36c8352ec321deac72 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 12 Sep 2023 23:53:23 -0700 Subject: [PATCH] Update tsconfig.json for bun init --- src/cli/tsconfig-for-init.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/tsconfig-for-init.json b/src/cli/tsconfig-for-init.json index 1449bc3d93..7556e1d4b0 100644 --- a/src/cli/tsconfig-for-init.json +++ b/src/cli/tsconfig-for-init.json @@ -11,7 +11,7 @@ "strict": true, "downlevelIteration": true, "skipLibCheck": true, - "jsx": "preserve", + "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true,