I have a ts project, which is structured like this: root/ts root/js root/node_modules I ran sequelize init inside ts because I want to have my models in there. How can I now tell auto-migrations to look in ts for the models folder?
I have a ts project, which is structured like this:
root/ts
root/js
root/node_modules
I ran sequelize init inside ts because I want to have my models in there. How can I now tell auto-migrations to look in ts for the models folder?