(library
  (name flow_typing_ty)
  (wrapped false)
  (libraries
    flow_common
    flow_parser_utils_aloc
    flow_parser_utils_output
    flow_parser_utils_output_printers
  )
  (preprocess (pps visitors.ppx ppx_deriving.show ppx_let))
)

(dirs (:standard __tests__))
