ESLINT STOP Importation conforme à Node_Modules

I had to add "compilerOptions": { "moduleResolution": "node" } additionally to tsconfig.json in order to ESlint stop complaining when import from node_modules. 
Grieving Gorilla