Browse Source

Update static-type-checking.md

The document did not specify where to edit `babel` config.

It is confused for beginner
main
Tran Van Sang 7 years ago
committed by GitHub
parent
commit
a3ceed01ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/static-type-checking.md

2
content/docs/static-type-checking.md

@ -24,7 +24,7 @@ yarn add --dev babel-preset-flow
npm install --save-dev babel-preset-flow
```
Then add `flow` to your Babel presets config.
Then add `flow` to your Babel presets config in`.babelrc`.
```json
{

Loading…
Cancel
Save