I've a deeply nested (at some point possibly recursive object) JSON tree. I'm trying to apply a type definition for this.
I've a link to a TS playground but the link is too long, hoping I can post in a comment.
At present, I can add any property to the top level object and it won't complain. If I comment out the defitnition I have for one property on that object attributes, then it'll start correctly warning about the bad data on the object. Wondering if it's related to the recursive nature of the type def of that property.