{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "setup": {
      "description": "Configure Vitest for an Angular project",
      "factory": "./src/schematics/setup/index#setupSchematic",
      "schema": "./src/schematics/setup/schema.json"
    }
  }
}
