Type annotations in JavaScript files

I’m currently experimenting with adding types using JSDoc annotations as a way to avoid using TypeScript but have type-checking in my JavaScript code. This seems to be a pretty good way to go if you use VSCode as your editor.
I found this article pretty helpful https://ricostacruz.com/til/typescript-jsdoc

Leave a comment