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