VoxaAI/voxa-cli

View on GitHub
templates/typescript/nodemon.json

Summary

Maintainability
Test Coverage
{
  "ignore": [
    ".git",
    "node_modules/**/node_modules",
    "speech-assets/",
    "test/",
    "reports/",
    "content/"
  ],
  "verbose": true,
  "ext": "js,json,ts",
  "execMap": {
    "ts": "node"
  }
}