microsoft/TypeScript

add support for multiple --outDirs

skyaddict opened this issue · 1 comments

It would be nice if I could have one tsc -watch command that drops js in both my iis directory and my test directory at the same time or build in current folder and automatically copy to other locations.

this falls more into the realm of build tools and is out of scope for the TS compiler.