Just run ts-node-dev src/index.ts. Here's an alternative to the HeberLZ's answer, using npm scripts. My package.json : "scripts": { "watch": "nodemon -e ts ...
確定! 回上一頁