In official examples, they always have /* @flow */ at the top of the page. Now this is good and useful for an existing project where I want to discard the stream for each file. When creating a new project from scratch, I would just like to check the type of stream everywhere, without typing /* @flow */ every time. Is it possible?
Capaj source share