I have a code that generates TypeScript classes, and as a build/test step, I would like to check the generated files for syntax correctness.
I have looked at TypeScript compiler options but see no such option.
I am looking for a tool that can be run from Maven, so ideally, a Maven plugin, or a command line tool.
I don't want a full compilation because the referred types are not reachable at that build step (they are in a different module to which the generated sources are added later).