accounts-frontend/.flowconfig

18 lines
309 B
Plaintext
Raw Normal View History

2017-06-07 23:08:21 +03:00
[ignore]
2017-06-12 22:11:23 +03:00
.*/node_modules/fbjs/lib/.*
2017-08-22 23:31:41 +03:00
.*/node_modules/react-motion/lib/.*
2017-06-07 23:08:21 +03:00
[include]
[libs]
2017-08-22 21:39:08 +03:00
./flow-typed
2017-06-07 23:08:21 +03:00
[options]
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=src
module.file_ext=.js
module.file_ext=.json
module.file_ext=.jsx
module.file_ext=.css
module.file_ext=.scss