From 265ef71e6d3d08106c39fd32c3fb6aa7a5f41abc Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 23 Oct 2023 11:55:28 -0400 Subject: [PATCH] fix cspell and ts --- cspell.json | 1 + src/internal/scrollend-polyfill.ts | 3 +++ 2 files changed, 4 insertions(+) diff --git a/cspell.json b/cspell.json index 028a6267..78a51f27 100644 --- a/cspell.json +++ b/cspell.json @@ -109,6 +109,7 @@ "novalidate", "npmdir", "Numberish", + "onscrollend", "outdir", "ParamagicDev", "peta", diff --git a/src/internal/scrollend-polyfill.ts b/src/internal/scrollend-polyfill.ts index 7d40f06f..8eedc104 100644 --- a/src/internal/scrollend-polyfill.ts +++ b/src/internal/scrollend-polyfill.ts @@ -69,3 +69,6 @@ if (!isSupported) { } }); } + +// Without an import or export, TypeScript sees vars in this file as global +export {};