{erl_opts, [debug_info]}.
{deps, [{jsx, "2.8.0"}]}.

{dialyzer, [{warnings, [
  unmatched_returns, error_handling,
  underspecs
]}]}.