npm i ts-node-dev --save-dev
in package.json
in scripts
add this line "dev":"ts-node-dev src/main.ts"
i too facing same problem
this one worked for me