Do you start server directly using Node.js or do you run it through VS.Code? I use VS.Code as my dev environment so while developing I run it through it (actually I have one window for server and other window for client). It would be possible to run it using Node.js but you would need to transpile .ts to .js first.