Bug Report
The typesVersions from unified@9 creates an auto-import suggestion that doesn’t resolve:
// @Filename: /node_modules/unified/package.json
//// {
//// "name": "unified",
//// "types": "types/ts3.4/index.d.ts",
//// "typesVersions": {
//// ">=4.0": {
//// "types/ts3.4/*": [
//// "types/ts4.0/*"
//// ]
//// }
//// }
//// }

Bug Report
The
typesVersionsfrom unified@9 creates an auto-import suggestion that doesn’t resolve: