python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
using tsconfig-paths with es modules
I have a typescript project that uses commonjs modules, I use ts-node to run it, and tsconfig-paths to resolve tsconfig.compilerOptions.paths at runtime.
now I want my project to migrate to use es mod...

Sh eldeeb
Votes: 0
Answers: 0
How to watch ts,js,graphql extensions in ts-node-dev?
I am trying to run the node server by ts-node-dev and restart on any any changes in specific files. It is restarting on any changes made to ts,js files however, it is not restarting on changes to grap...

Hazem Alabiad
Votes: 0
Answers: 0
tsconfig.paths not working with ES modules
I switched my project to enable ES modules:
added type: module in package.json
use node --loader ts-node/esm instead of ts-node
changed module: commonjs to esnext
It works fine, except when starting...

Sh eldeeb
Votes: 0
Answers: 0
nodemon, ts-node, not automatically recompiling
I am trying to create rest-api using, express+ts-node. I have done all setup based upon online tutorials, and when I run app using npm run dev it is working perfectly. But it is not restarting OnSave....
raju
Votes: 0
Answers: 1