I'm using type module/import syntax for the rest of my project, but the Sequelize cli generates files with require syntax. How should I handle this? I'm already having trouble with not being able to import a file that I renamed to .cjs so sequelize can run it as it uses the require syntax and I'm sure there will be other issues
↧