Diagrams #17

Merged
MartinKavik merged 18 commits from diagrams into main 2024-11-08 20:35:07 +00:00
Showing only changes of commit 97ae96c3b1 - Show all commits

View file

@ -343,7 +343,7 @@ cwd = "frontend/typescript/excalidraw_canvas"
command = "node_modules/.bin/tsc"
args = [
"excalidraw_canvas.tsx",
"--jsx",
"--jsx", "react",
"--watch",
"--noEmit",
"--preserveWatchOutput",