implicity-healthcare/nest-http

View on GitHub
nodemon.json

Summary

Maintainability
Test Coverage
{
  "watch": ["src"],
  "ext": "ts",
  "ignore": ["src/**/*.spec.ts"],
  "exec": "ts-node -r tsconfig-paths/register src/main.ts"
}