TypeScript
TS2307: Cannot find module on an import of a Node module
https://stackoverflow.com/questions/37548734/tsc-throws-ts2307-cannot-find-module-for-a-local-file
Adding "moduleResolution": "node" to compilerOptions in tsconfig.json takes care of this. Important to keep in mind: When the compiler throws this error to the linter, at least in vim, it stops checking the rest of the file.