kamilmysliwiec / nest-cqrs-example

The example usage of Nest CQRS module
https://nestjs.com
509 stars 117 forks source link

Enable ES Module for the example #25

Open huan opened 2 years ago

huan commented 2 years ago

The ES Module is the future of the Node.js ecosystem, and I have made this repo ES Module enabled.

Please feel free to merge this PR to enable ESM by default, or visit my repo for using the ESM out-of-the-box.