ts-node
ts-node copied to clipboard
Warning when TS resolver detects node builtin, yet @types/node was not resolved
We can log a helpful warning when code tries to use TS builtin modules and yet @types/node was not resolved. Either resolution was never attempted or resolution failed. We can log the source of the import and some tips to fix the problem.