{
    "watch": ["./src"],
    "ext": "ts",
    "ignore": [".git", "node_modules/"],
    "execMap": {
        "ts": "node --inspect=10002 -r ts-node/register"
    },
    "env": {
        "TS_NODE_PROJECT": "./tsconfig.json"
    }
}
