--jsx react in tasks.watch_typecheck_excalidraw_canvas
This commit is contained in:
parent
edbf7637ac
commit
97ae96c3b1
|
@ -343,7 +343,7 @@ cwd = "frontend/typescript/excalidraw_canvas"
|
|||
command = "node_modules/.bin/tsc"
|
||||
args = [
|
||||
"excalidraw_canvas.tsx",
|
||||
"--jsx",
|
||||
"--jsx", "react",
|
||||
"--watch",
|
||||
"--noEmit",
|
||||
"--preserveWatchOutput",
|
||||
|
|
Loading…
Reference in a new issue