--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"
|
command = "node_modules/.bin/tsc"
|
||||||
args = [
|
args = [
|
||||||
"excalidraw_canvas.tsx",
|
"excalidraw_canvas.tsx",
|
||||||
"--jsx",
|
"--jsx", "react",
|
||||||
"--watch",
|
"--watch",
|
||||||
"--noEmit",
|
"--noEmit",
|
||||||
"--preserveWatchOutput",
|
"--preserveWatchOutput",
|
||||||
|
|
Loading…
Reference in a new issue