pf2e
pf2e copied to clipboard
Update Typescript to 5.5.3
The type assertions are still necessary to prevent the Type instantiation is excessively deep and possibly infinite.ts(2589) errors.
Feel free to close this if there is a better way to handle it.
I think we'll be able to not have these type assertions once all actor/item subtypes are data models.