Skip to content

Commit

Permalink
add flow config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 11, 2016
1 parent 07cf644 commit b139cdb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[ignore]
.*/node_modules/.*

[include]

[libs]

[options]
module.name_mapper='^compiler/\(.*\)$' -> '<PROJECT_ROOT>/src/compiler/\1'
module.name_mapper='^core/\(.*\)$' -> '<PROJECT_ROOT>/src/core/\1'
module.name_mapper='^shared/\(.*\)$' -> '<PROJECT_ROOT>/src/shared/\1'
module.name_mapper='^web/\(.*\)$' -> '<PROJECT_ROOT>/src/platforms/web/\1'
module.name_mapper='^server/\(.*\)$' -> '<PROJECT_ROOT>/src/server/\1'

0 comments on commit b139cdb

Please sign in to comment.