// Makes vitest's global test APIs (describe/it/expect/vi/beforeEach…) known to // TypeScript. vitest.config.ts already sets `globals: true` for the runtime; this // ambient reference is the type-side counterpart, added without a restrictive // tsconfig `types` array so the project's other @types stay auto-included. ///