Create a vite-env.d.ts file in the root directory and add the following code to it:
vite-env.d.ts
/// <reference types="vite/client" /> /// <reference types="vite/types/importMeta.d.ts" />
You don't need to update your tsconfig.json.