{
    "ignore": [
        "**/*.test.ts",
        "**/*.spec.ts",
        ".git",
        "node_modules"
    ],
    "watch": [
        "src",
        "app"
    ],
    "exec": "npm start",
    "ext": "ts"
}