nodemon.json 137 B

123456
  1. {
  2. "watch": ["src", "config"],
  3. "ext": "ts,json",
  4. "ignore": ["src/**/*.spec.ts", "node_modules"],
  5. "exec": "ts-node ./src/main.ts"
  6. }