Codibre/confs

View on GitHub
templates/nodemon.json

Summary

Maintainability
Test Coverage
{
  "watch": [
    "src"
  ],
  "ext": "ts",
  "ignore": [
    "src/**/*.spec.ts"
  ],
  "exec": "ts-node -r dotenv/config ./src/index.ts"
}