I've written a small live-reloading script with deno bundle, so I can work on some small stuff that I don't feel needs the entirety of vite or similar.
I've set up the deno lsp to work with my editor, however, the files that I bundle to web do not get proper typechecking, because the lsp thinks the web API's (such as document.getElementById()document.getElementById()) don't exist.
How do I tell the lsp I want to use these?
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.