{
    "watch": [
        "src",
        "src/*/**.ts"
    ],
    "ext": ".ts,.js",
    "ignore": [],
    "exec": "ts-node ./src/index.ts"
}