Thank you for sharing amazing plugins!!
I want to share my setup for you.
I am coding in Angular and Nestjs at the same time. So I am familiar with Typescript. I use Nrwl to manage my base setting.
$ npx create-nx-workspace
$ npm install @nrwl/node
$ nx generate @nrwl/node:app main
You will get something like this
We can watch the project by
$ npm start
In NodeJs-Unreal make sure your script path.
dist\apps\{ProjectName}\main.js
Enjoy using it! I use this plugin as extendtion for Unreal. It’s perfect solution for me.