joeldesante / Harvey

Community managment Discord bot for the Old Dominion University Computer Science community.
GNU General Public License v3.0
6 stars 4 forks source link

Use TypeScript #43

Closed LeoDog896 closed 1 year ago

joeldesante commented 1 year ago

Note that the original decision to not use TypeScript was to make the barrier for entry for members of the Discord Community lower.

With that in mind, I wouldn't be opposed to converting to TypeScript under the condition that the existing stack remains unchanged and the tool chain required for development remains simple.

See the following resource for info about TypeScript support w/ Sequelize.

https://sequelize.org/docs/v6/other-topics/typescript/