diff --git a/.flowconfig b/.flowconfig index 8912680eb30..797e4cb47f3 100644 --- a/.flowconfig +++ b/.flowconfig @@ -44,6 +44,10 @@ emoji=true esproposal.optional_chaining=enable esproposal.nullish_coalescing=enable +module.file_ext=.js +module.file_ext=.json +module.file_ext=.ios.js + module.system=haste module.system.haste.use_name_reducers=true # keep the following in sync with server/haste/hasteImpl.js diff --git a/.flowconfig.android b/.flowconfig.android index cd5a38ec5de..037cdfeac7e 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -44,6 +44,10 @@ emoji=true esproposal.optional_chaining=enable esproposal.nullish_coalescing=enable +module.file_ext=.js +module.file_ext=.json +module.file_ext=.android.js + module.system=haste module.system.haste.use_name_reducers=true # keep the following in sync with server/haste/hasteImpl.js