{
  "exclude_patterns": [
    "./.*.json",
    "./*.md",
    "./.*.yml",
    "./.*.yaml",
    "./.*",
    "./*.config.js",
    "./dist/**/*",
    ".nyc_output",
    "./test/**"
  ]
}