diff --git a/functions/_common/grapherRenderer.ts b/functions/_common/grapherRenderer.ts index 8a6e4e1b742..62186808c09 100644 --- a/functions/_common/grapherRenderer.ts +++ b/functions/_common/grapherRenderer.ts @@ -13,6 +13,7 @@ import PlayfairRegular from "../_common/fonts/PlayfairDisplayLatin-Regular.ttf.b import { Env } from "../grapher/thumbnail/[slug].js" declare global { + // eslint-disable-next-line no-var var window: any }