A simple syntax checker for typescript.
There is no way to simply tell whether some code has syntax errors based on tsc. This tool is a simple CLI tool based on the oxidation toolkit which will return 0 for syntactically valid code and 1 for syntactically invalid code.