Some projects keep models within modules right next to controllers. Current implementation of sequelize-typescript allows to specify only path to folder with models.
What do you think about adding support for the following configuration:
modelPaths: [__dirname + '/**/*.model.ts']
Some projects keep models within modules right next to controllers. Current implementation of sequelize-typescript allows to specify only path to folder with models.
What do you think about adding support for the following configuration: