Hello, Since NestJS is CommonJS only, how should we properly consume @automapper/nestjs after migrating to ESM? The [package documentation](https://www.npmjs.com/package/@automapper/nestjs) seems outdated and doesn't provide clear guidance on ESM compatibility. I attempted to follow the [NestJS example](https://github.com/nestjs/nest/tree/master/sample/35-use-esm-package-after-node22), but it didn’t work for me. Currently I'm struggling with it as importing AutomapperModule from nestjs package results in:  Also tried with async imports, but no luck too  Are there any updated instructions or recommendations for using this package in an CmoonJs-based NestJS project? Thanks!