run tsc with nodemon not working when file changes

后端 未结 0 1939
独厮守ぢ
独厮守ぢ 2020-12-01 17:27

I installed nodemon and typescript

this is my start script "start": "nodemon --watch \'*/**.ts\' --exec tsc && node dist/app.js",

相关标签:
回答
  • 消灭零回复
提交回复
热议问题