Current section

Files

Jump to
ierl rebar.config
Raw

rebar.config

{erl_opts, []}.
{minimum_otp_version, "21.0"}.
{deps,
[
jsx,
getopt,
% docsh
{jupyter, "0.4.0"},
lfe
]
}.
{escript_name, "ierl"}.
{dialyzer,
[
{plt_apps, all_deps},
{exclude_apps, [lfe]}
]
}.