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
It is likely that this feature is not available in gulp-typescript, as it does not support watch option.
It would be nice if gulp-typescript mimic this feature during incremental compilation.
The text was updated successfully, but these errors were encountered:
@kimamula I suppose that it would be nice have such option in gulp-typescript configuration, it can be pretty useful for incremental builds and we could skip emitting phase for unchanged files (it can take pretty much time if you have a big project with >3000 .ts files). So, it would be great if such option would exist and can be configurable outside of gulp-typescript.
TypeScript does not emit unchanged files when using
watch
option.It is likely that this feature is not available in gulp-typescript, as it does not support
watch
option.It would be nice if gulp-typescript mimic this feature during incremental compilation.
The text was updated successfully, but these errors were encountered: