--jsx react in tasks.watch_typecheck_excalidraw_canvas
This commit is contained in:
parent
f32b6dc29f
commit
1cdb558823
|
@ -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