Recently I was planning to translate my JavaScript-based Node project to Typescript. Then I got the news of Deno... It's amazing to have a runtime with native Typescript support!
But the question is, how to migrate the existing JavaScript-based project.
Some Experts pointed out, translating from JavaScript to TypeScript is not required for Deno! Thats OK, but I think it's better to translate, if the codebase is not that large.
Existing question has the answer for Typescript-based node project but I'm looking for a Javascript-based project.