{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./tsconfig.base.json",
  "include": ["./vitest.config.ts"],
  "compilerOptions": {
    "rootDir": ".",
    "composite": true
  }
}
