Hello. I noticed that with latest typescript, using moduleResolution: "Node16", the package stops working because it is not an ESM package (no type: "module") but the type declaration represents a module export default anylogger
I might propose to simply change that to export = anylogger but given that the source itself is written as a module and even bundled in the package, I might propose actually going for a "proper" dual package.