{
"ignore": ["test", ".git", "node_modules"],
"watch": ["src"],
"exec": "npm run start",
"ext": "ts",
"env": {
"ENVIRONMENT": "development"
}