{
  "extends": "../../tsconfig.base.json",
  "include": ["src/**/*", "vitest.*.config.ts", "tests/**/*"],
  "exclude": ["dist", "node_modules"]
}
