Add ts-ignore in order to let the script run when the generated output was borked

This commit is contained in:
pietervdvn 2021-04-21 17:42:09 +02:00
parent 1bc2187802
commit ba77259837

View file

@ -234,6 +234,7 @@ if (!existsSync(generatedDir)) {
}
const blacklist = ["", "test", ".", "..", "manifest", "index", "land", "preferences", "account", "openstreetmap", "custom"]
// @ts-ignore
const all : LayoutConfigJson[] = all_known_layouts.themes;
for (const i in all) {