You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An app depends on this npm module and install it.
The vscode auto import only support types in import {A} from "my-lib" resolve to my-lib/dist/index.d.ts, and could not find the symbol and type in something like import {B} from "my-lib/utils" resolve to my-lib/dist/utils.d.ts.
ewildee, summersk, maxdavidson, nickgros, mrmckeb and 7 more