Newbie question: Web development in Deno 2, and .ts to .js transpiling.
How do you web-develop in Deno 2? I have html files, which load .js files, which are - manually - transpiled .ts files (via a custom script I wrote using esbuild). What I want during development is: make changes to watched .ts files -> .ts are autotranspiled to .js -> page/server reloads. What are people using to that end (other than Ctrl-C > up > enter)? Am I missing something obvious here?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.