You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Sequelize-cli in a typescript project and it is not generating .ts files and I have to then update those files extensions and make manual changes to the file for making it compatible in my project.
What I expect to happen?
I want to have the CLI work the same for my typescript file as it does for a javascript project. I expect the cli to generate proper migration, see and model files with .ts extension.
What is actually happening?
When I try to run sequelize init or other migration cli, it will generate javascript files instead of typescript as expected.
Would you resolve this issue by submitting a Pull Request?
Yes, I have the time and I know how to start.
I have completed and fully tested the configuration and changes needed for this issue fix, but I am not able to push my work into the repository. Could you please help me get access so that I can push my work on this issue?
The text was updated successfully, but these errors were encountered:
What I am doing?
I'm using Sequelize-cli in a typescript project and it is not generating .ts files and I have to then update those files extensions and make manual changes to the file for making it compatible in my project.
What I expect to happen?
I want to have the CLI work the same for my typescript file as it does for a javascript project. I expect the cli to generate proper migration, see and model files with .ts extension.
What is actually happening?
When I try to run
sequelize init
or other migration cli, it will generate javascript files instead of typescript as expected.Dialect: mysql
Database version: latest
Sequelize CLI version: latest
Sequelize version: latest
Would you resolve this issue by submitting a Pull Request?
I have completed and fully tested the configuration and changes needed for this issue fix, but I am not able to push my work into the repository. Could you please help me get access so that I can push my work on this issue?
The text was updated successfully, but these errors were encountered: