2 Commits

Author SHA1 Message Date
Paul Gschwendtner
9fafb2e125 build: update ng-dev setup to work with new ESM version
The `ng-dev` tool is now strict ESM. Config loading needs to be updated
to also emit `.mjs` with `ts-node` (this cannot happen dynamically as
ESM Node loading cannot be patched by ts-node at runtime).
2022-06-17 19:01:03 +02:00
Alan Agius
60036d1418 build: check ng-dev tool configuration in CI
Adds a CI tests to verify that we don't merge accident breaking changes
2021-12-15 14:28:42 +01:00