{
  "extends": "./tsconfig.json",
  "exclude": [
    "node_modules",
    "dist",
    "_old",
    "_meld",
    "**/*.test.ts",
    "**/*.spec.ts",
    "tests/**/*",
    "vitest.config.ts"
  ]
} 