Generate json-schemas from your Typescript sources. In case no tsconfig.json is available for your project, you can directly specify the .ts files (this in this case we use some built-in compiler ...
It saves you the need to validate the JSON objects you receive. Instead of having to verify your fields one by one, and having to verify sub objects for validity, you just need to annonate your ...