Specifically, I have a package with an export map like this ```json { "name": "@hydrofoil/roadshow-ng", "exports": { ".": "./index.js", "./rs-view.js": "./rs-view.js", "./viewers.js": "./viewers.js" } } ``` In other packages I `import '@hydrofoil/roadshow-ng/rs-view.js'` etc. This gets reported as unresolved. Interestingly, if I drop the extension or change to `.ts`, the import plugin no longer complains...