fix typecheck script, animations

This commit is contained in:
Brian Beck 2026-03-16 18:16:34 -07:00
parent 642fce9c06
commit ceb9fea9f4
120 changed files with 1308 additions and 911 deletions

View file

@ -190,4 +190,4 @@ async function run({
}
}
run({ typeList, propertyList, valuesOnly: values.values });
run({ typeList, propertyList, valuesOnly: values.values ?? false });