Closed
Description
As seen in the screenshot, VSCode's intellisense is having no problem resolving the module, but import plugin is unable to find the module. I'm using stock settings for eslintrc and parserOptions
.
The package in question is using typesVersions
to "map" the files in dist
directory to module names - https://github.com/mozilla/glean.js/blob/main/glean/package.json#L19-L49