nodemon.json 145 B

123456
  1. {
  2. "watch": ["modules"],
  3. "ext": "ts",
  4. "ignore": ["src/**/*.spec.ts"],
  5. "exec": "ts-node -r tsconfig-paths/register modules/core/main.ts"
  6. }