Originally from: facebook/flow#284 (comment)
I use following solution which work great:
- .flowconfig file is placed to src folder.
- node_modules and flow-typed folders resides in root folder.
- Option all=true is enabled in .flowconfig file.
- flow-typed typings is included in .flowconfig file.
- Well-typed modules from node_modules folder that contain module own typings is included to .flowconfig file manually.