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",