Answers for "eslint stop compliant import from node_modules"

0

eslint stop compliant import from node_modules

I had to add "compilerOptions": { "moduleResolution": "node" } additionally to tsconfig.json in order to ESlint stop complaining when import from node_modules.
Posted by: Guest on April-09-2021

Code answers related to "eslint stop compliant import from node_modules"

Code answers related to "Javascript"

Browse Popular Code Answers by Language