Skip to content

Commit

Permalink
Speed up flow check (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 27, 2019
1 parent 201e552 commit 09ed816
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .flowconfig
@@ -1,8 +1,9 @@
[ignore]
.*/lib/.*
.*/dist/.*
.*/coverage/.*
.*/resources/.*
.*
!<PROJECT_ROOT>/src
!<PROJECT_ROOT>/node_modules/chai
!<PROJECT_ROOT>/node_modules/mocha
!<PROJECT_ROOT>/node_modules/iterall

[include]

Expand Down

0 comments on commit 09ed816

Please sign in to comment.