{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "types": ["node", "vitest/globals", "@testing-library/jest-dom"],
    "noUncheckedIndexedAccess": false
  },
  "include": ["src/**/*", "tests/**/*", "regression/**/*", "vitest-mocks/**/*", ".astro/types.d.ts"]
}
