You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.flowconfig 239B

12345678910111213
  1. [ignore]
  2. <PROJECT_ROOT>/node_modules/fbjs.*
  3. <PROJECT_ROOT>/node_modules/react-side-effect.*
  4. <PROJECT_ROOT>/node/.*
  5. [include]
  6. [libs]
  7. [options]
  8. module.file_ext=.js
  9. module.file_ext=.hbs
  10. module.name_mapper.extension='hbs' -> 'empty/object'