Run terminal command after emit with tsc CLI #35398
Labels
Out of Scope
This idea sits outside of the TypeScript language design constraints
Suggestion
An idea for TypeScript
In order to apply a post-processing step to typescript files, such as path resolution or migrating files from source directories, it would be useful to have access to a post-emit hook.
This would run
ls dist
every time the compiler emits on watch mode.The text was updated successfully, but these errors were encountered: