Closed goldylucks closed 2 years ago
Any updates here guys? this is happening to about 30% of npm packages
That’s a pretty over exaggerated number; it’s probably far less than 0.001% of all npm packages that are using “exports” in a non-backwards-compatible way (which i suspect is the problem here).
What error do you get? Any chance you could make a repro repo?
https://unpkg.com/browse/dotenv@16.0.0/package.json for example should work just fine.
close in favor of https://github.com/import-js/eslint-import-resolver-typescript
There are many npm packages that the plugin can't find, i.e.
any ideas why is that?
The code works in production so I know it's a problem with the plugin and not the code itself.
Here's the eslint file
and the tsconfig
and tsconfig.eslint,.js
THanks!