nodemon.json 130 B

123456
  1. {
  2. "ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
  3. "watch": ["src"],
  4. "exec": "npm start",
  5. "ext": "ts"
  6. }