I can't import @sequelize/core/decorators-legacy when using nestjs(commonjs) + sequelize@7
because of nestjs
must set module type to "commonjs"
and sequelize@7
must set module type to "nodeNext" in tsconfig.json
(like this Sequelize v7 alpha @ decorators not working)
is it possible nestjs+sequelize@7?