When you run npm run start, it reads package.json, specifically 'scripts' So npm run start seems to launch the 'start' script there. It runs server.js, which is server.ts, and you can tell because at the bottom it logs stuff.
Running works with launch.json listed at the bottom. Remember to build first with Ctrl-Shift-B!