Visual Studio Code – How do I import npm types to Deno?
I'm working in a Deno project that uses the mssql npm package. I can import it like import sql from 'npm:mssql'; and it works. The problem is that I get no types on VS Code. When I type "sql." I…