Having compiled my TypeScript project successfully, I intended to run it in VS Code\'s debug mode using ts-node. Problem is, ts-node can\'t find
ts-node
ts-node --files src/boot.ts
ts-node in 7.0.0, default do not Load files from tsconfig.json on startup, you should specific --files
tsconfig.json