I cant figure out how to setup sequelize cli properly to work with migrations in nest js. It always complaining about .js file extensions. Idk what to do (i don
t want to switch to typeorm)
https://victoronwuzor.medium.com/how-to-setup-sequelize-migration-in-a-nestjs-project-b4aec1f88612
i was trying to use this topic, but it doesn`t help, cause when i try to run migrations there is always complaining about .ts or .js extensions or ‘import used outside of module’ error
Where can i found good guide for sequelize in nest js?
https://github.com/ArtemSydun/nest-js-wetelo
here is my repo