src/vite-env.d.ts @@ -1 +1,7 @@ /// <reference types="vite/client" /> export {} declare global { interface Window { globalApiConfig: any } }