metro/.flowconfig

6 lines
170 B
Plaintext
Raw Normal View History

2017-01-26 12:56:40 +00:00
[ignore]
[options]
module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js'
module.name_mapper='\(metro-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'