- hyperclick
- nuclide-diagnostics-store
- nuclide-diagnostics-ui
- nuclide-flow
You need to add .flowconfig
For me the most useful part is this module.name_mapper='react-babel-playground' -> '../src/playground'
This tells to flow
about your aliases, and libraries locations (if libraries not in node_modules for example)
One of my projects contains next name_mapper
module.name_mapper='^\(lib\|components\|actions\|consts\|reducers\)\/\(.*\)$' -> '<PROJECT_ROOT>/app/\1/\2'