From 5bfc53231d152eb7daef53e62fa09b546b768450 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 29 May 2024 21:04:36 -0400 Subject: shut up ts --- frontend/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/index.ts b/frontend/src/index.ts index 0faea32c..a0180738 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -1,4 +1,7 @@ // Sets up DFL, then loads start.ts which starts up the loader +interface Window { + SP_REACTDOM: any; +} (async () => { if (!window.SP_REACT) { console.debug('Setting up React globals...'); -- cgit v1.2.3