Open
Description
Proposal
I think it is useful to have all files copied by default when using flow-remove-types
. I for instance use .proto files inside code, you can imagine other useful extensions that generally go hand in hand with JS (like JSON, HTML..)
Use case
My build step is like "build": "flow-remove-types src/ -d dist/",
, source folder contains files other than .js
so the ./dist
is not self contained anymore.