summaryrefslogtreecommitdiff
path: root/bundle/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/utils.ts')
-rw-r--r--bundle/utils.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/utils.ts b/bundle/utils.ts
index 1df78b1f5..91c0820bf 100644
--- a/bundle/utils.ts
+++ b/bundle/utils.ts
@@ -23,6 +23,7 @@ type Define = (
/* eslint-disable @typescript-eslint/no-namespace */
declare global {
namespace globalThis {
+ // eslint-disable-next-line no-var
var define: Define | undefined;
}
}