How to make Typescript transpile my Sequelize model?
问题 After transpiling the code using the command "yarn tsc", I tried to execute my code and got the error in the image below. When I went to check the reason for the error, I saw that my Sequelize model classes are not being stacked, they are empty. I couldn't find explanations anywhere about the reason for this, nor in the Sequelize documentation. Could anyone help? My dependencies "dependencies": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@types/bcrypt": "^3.0.0", "@types/cors": "