{
  "extends": "./tsconfig.json",
  "include": ["vitest.config.ts", "./src", "./test/**/*.ts", "./test/**/*.tsx"],
  "compilerOptions": {
    "composite": true,
    "types": ["@testing-library/jest-dom"]
  }
}
