You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mhegazy Brilliant! Thanks for the idea! I've put "args": [ "-w" ], into tasks.json. So now it works in watch mode inside VSCode, but just compiles with no watch when started from the command line.
TypeScript Version: 2.0.3
Please, add a command-line option -w- (or --nowatch or something similar) to override
watch: true
setting in tsconfig.json file.It is needed for building a project from the command line on a build server.
The text was updated successfully, but these errors were encountered: