%% -*- mode: erlang -*-

{erl_opts, [ debug_info
           , strict_validation
           , warn_export_vars
           , warn_exported_vars
           , warn_missing_spec
           , warnings_as_errors
           ]
}.

{deps, [jsx]}.