From 97ae96c3b16de110fa50c0b16ac13a02af4d8392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kav=C3=ADk?= Date: Fri, 18 Oct 2024 13:33:40 +0200 Subject: [PATCH] --jsx react in tasks.watch_typecheck_excalidraw_canvas --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index b0d80d8..0897fde 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -343,7 +343,7 @@ cwd = "frontend/typescript/excalidraw_canvas" command = "node_modules/.bin/tsc" args = [ "excalidraw_canvas.tsx", - "--jsx", + "--jsx", "react", "--watch", "--noEmit", "--preserveWatchOutput",