Current section

Files

Jump to
istype rebar.config
Raw

rebar.config

{plugins, [rebar3_hex]}.
{erl_opts, [debug_info,
{parse_transform, istype_transform}]}.
{deps, [{forms, "0.0.1"}]}.