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