eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Support compiler options #58

Closed eibens closed 2 years ago

eibens commented 2 years ago

Specifying the triple-slash directives often led to problems when code is both run and imported in tests. Maybe using a config file can alleviate some of the problems. Simply add --config to be used with lint, test, and bundle.

Originally mentioned in #46.