rushstack
rushstack copied to clipboard
[heft] Add source and destination folder to `CopyStaticAssets`
Currently CopyStaticAssets has source and destination folder as fixed values (src and lib).
This change allows to customize those two values using the typescript.json configuration file.
Related to issue #2307