[ignore]
.*/__tests__/.*
.*/__mocks__/.*
.*/__benchmarks__/.*

[declarations]
# Do NOT add entries here. Fix type stubs instead.

[include]

[options]
module.system=haste
module.system.haste.module_ref_prefix=m#
module.system.haste.paths.excludes=.*/__tests__/.*
module.system.haste.paths.excludes=.*/__mocks__/.*
module.system.haste.paths.excludes=<PROJECT_ROOT>/relay-runtime/.*

facebook.fbs=Fbs
facebook.fbt=FbtElement

munge_underscores=true

relay_integration=true
experimental.opaque_type_new_bound_syntax=true
experimental.module.automatic_require_default=true
experimental.facebook_module_interop=true
experimental.strict_es6_import_export=true

babel_loose_array_spread=true

react.runtime=classic
ban_spread_key_props=true

format.bracket_spacing=false
format.single_quotes=true

[libs]

[lints]
deprecated-type=error
untyped-type-import=error
unused-promise=error

[version]
>=0.317.0
