這是我的 nodemon.json:{ "watch": ["src"], "ext": "ts", "ignore": ["src/**/*.spec.ts"], "exec": "ts-node ./src/index.ts"}我的項(xiàng)目有 js 和 ts 文件,我希望它也可以觀察 js 文件中的更改,但只有在我更改 index.ts 時(shí)它才會(huì)重新啟動(dòng)
Nodemon ts-node 無(wú)法監(jiān)視 JavaScript 更改
繁星點(diǎn)點(diǎn)滴滴
2021-09-17 10:27:20