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

1
generated/TorqueScript.d.ts vendored Normal file
View file

@ -0,0 +1 @@
export function parse(input: string, options?: Record<string, unknown>): any;