fix cspell and ts

This commit is contained in:
Cory LaViska
2023-10-23 11:55:28 -04:00
parent 224bba2532
commit 265ef71e6d
2 changed files with 4 additions and 0 deletions

View File

@@ -109,6 +109,7 @@
"novalidate",
"npmdir",
"Numberish",
"onscrollend",
"outdir",
"ParamagicDev",
"peta",

View File

@@ -69,3 +69,6 @@ if (!isSupported) {
}
});
}
// Without an import or export, TypeScript sees vars in this file as global
export {};