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