114
What's going on with typescript?
(programming.dev)
A community that helps people stay up to date with things going on.
Well yes, if you don't take care of properly typing external data, you won't have it properly recognised. But that's the same in any language that e.g. consumes external JSON data. Use the tools that Typescript gives you (like type guards) or the tools the community has built (like io-ts).