/// interface ViteTypeOptions { // By adding this line, you can make the type of ImportMetaEnv strict // to disallow unknown keys. // strictImportMetaEnv: unknown } interface ImportMetaEnv { readonly VITE_BASENAME: string readonly VITE_BPID: string readonly VITE_TAG_MANAGER: string } interface ImportMeta { readonly env: ImportMetaEnv }