diff --git a/devSetup.bat b/devSetup.bat
index 930d737985030a606998970259f5ed1cfe2a54db..5b0b23459e079aca4cdc2d9665428ee34bddf145 100644
--- a/devSetup.bat
+++ b/devSetup.bat
@@ -2,4 +2,4 @@ start sass --watch --style compressed scss/:public/css
 
 cd public
 start php -S 127.0.0.1:8081
-start tsc --watchJ
\ No newline at end of file
+start tsc --watch
\ No newline at end of file