diff --git a/garden-cli/gulpfile.ts b/garden-cli/gulpfile.ts index 77925f609e..d46d2367fb 100644 --- a/garden-cli/gulpfile.ts +++ b/garden-cli/gulpfile.ts @@ -145,6 +145,7 @@ gulp.task("tsc-watch", () => "--declaration", "-p", tsConfigPath, "--outDir", destDir, + "--preserveWatchOutput", ], { stdio: "inherit" }, ),