Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 424 Bytes

type-checking.md

File metadata and controls

13 lines (8 loc) · 424 Bytes

RAN!

Type Checking

For type checking, we are using Flow. But It's optional. The default configuration is to type check only on the files that have a

//@ flow

as its first line.

The configuration file is named .flowconfig and located at the root of the project. It has its default values as when created but with a folder called /types added to check if you have custom global types.