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