ignores: [
    # Dependencies that depcheck thinks are unused but are actually used
    "ethers",
    "@typechain/ethers-v5",
    "jest-presets",
    # Dependencies that depcheck thinks are missing but are actually present or never used
    ## Internal packages / workspaces
    "uniswap",
    "utilities",
    "src",
    "tsconfig",
    ## GraphQL
    "@graphql-codegen/*",
    "get-graphql-schema",
  ]
