It turns out that Jest's ESM support still relies on experimental node modules (as of node 18). Switch back to commonjs instead.
* Implemented editorconfig * Switched to ESM * Switched to a TypeScript workflow * Switched to projen for project management * Major code refactor * TODO: need tests