You need to add this at the top of vite.config.ts file:
/// <reference types="vitest/config" />
Documented in the Vitest example of vite.config.ts here.