Watch and run typescript fileΒΆ
npx tsc --init
Assuming that you want to compile and watch main.ts, then compile it and run the .js equivalent:
npx tsc-watch --project . --onSuccess 'npx ts-node main.js'
npx tsc --init
Assuming that you want to compile and watch main.ts, then compile it and run the .js equivalent:
npx tsc-watch --project . --onSuccess 'npx ts-node main.js'