From a1d1a7c7b84b6f352c8b6c8a03e436febad2a8ee Mon Sep 17 00:00:00 2001 From: Marc-Antoine Parent Date: Fri, 29 Aug 2025 09:46:20 -0400 Subject: [PATCH] restore jsx setting in roam/tsconfig --- apps/roam/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/roam/tsconfig.json b/apps/roam/tsconfig.json index 12b649dcb..b62b9413b 100644 --- a/apps/roam/tsconfig.json +++ b/apps/roam/tsconfig.json @@ -11,6 +11,7 @@ "baseUrl": ".", "outDir": "dist", "allowJs": false, + "jsx": "react", "noUncheckedIndexedAccess": false } }