Closed kotas closed 10 years ago
Fix gulp-tsc sometimes leaves temporary folders behind with compiling multiple projects in parallel.
@kotas This works if the compilation is successful. In case of an error during compilation, it still leaves the temp folders. Setting emitError to false solves that.
Fix gulp-tsc sometimes leaves temporary folders behind with compiling multiple projects in parallel.