ignores: [
    # Dependencies that depcheck thinks are unused but are actually used
    "jest-presets",
    # Dependencies that depcheck thinks are missing but are actually present or never used
    ## Internal packages / workspaces
    "wallet",
    "src",
    "tsconfig",
    # types
    "@types/chrome",
  ]
