It seems VSCode has a builtin code formatter for TypeScript
Is there a standalone command (CLI) of the code formatter used by VSCode?
I want to format all ts files in my folder recursively with this tool.
(Currently it is not so convenient for me to launch the text editor GUI and open each file one by one and format them one by one.)
Is there any way to do that?