Normal import - working types:  I was happy to see selecting a specific npm package version works, but it shows an error & doesn't load types:  Tried different variations: ```js import { create } from "canvas-confetti@1.9.0"; import { create } from "https://esm.run/canvas-confetti@1.9.0"; ``` ### [Example notebook](https://www.typecell.org/@tennox/public/npm-version-test~dM8FefdRVYYqa)