{
  "ignore": ["src/public/*", "src/static/*", "*.json", "dist/*", "build/*"],
  "watch": ["./"],
  "exec": "npx ts-node .",
  "ext": "ts"
}
