donmahallem/TrapezeApiExpressRoute

View on GitHub
nodemon.json

Summary

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