Using Nodemon in TypeScript Project
Mar 25, 2024 · 2 min read · Folder Structure and file contents are given below. - node_modules - utils - common.ts - index.ts - nodemon.json - package-lock.json - package.json - tsconfig.json tsconfig.json { "compilerOptions": { "target": "es2016", ...
Join discussion