fix cspell and ts

pull/1684/head
Cory LaViska 2023-10-23 11:55:28 -04:00
rodzic 224bba2532
commit 265ef71e6d
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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