How to use the TypeScript compiler in the 'Watch output files' mode (tsc -w) on Windows?
description
The compiler version installed with the VS plugin doesn't have this option, but the version for node.js has. However I can't make this mode work on Windows. It creates empty files and doesn't compile anything. Is it a known bug? Can this be helped? I don't want to use heavy-weight VS, create a VS project and so on.