NPM Import missing types
Playing around with some deno code and testing a npm import, the original package has types (redaxios) although when I import it it's not showing any intellisence in VS Code



// @deno-types="npm:@types/express"
import express from "npm:express";