{
  "diff": true,
  "extension": ["ts"],
  "package": "./package.json",
  "reporter": "spec",
  "slow": "75",
  "timeout": "2000",
  "ui": "bdd",
  "watch-files": ["src/**/*.js", "test/**/*.ts"],
  "watch-ignore": ["lib/vendor"]
}