Display all ts errors

I have a file that has an error. If I open it in vscode, then it will be highlighted for me and I will correct it.
But if I don’t open this file, then the coco creator skips and I will never know that there is an error.
How do I get a list of all TS errors?

Try to modify the script and re build, it should respond the the error when you go back to the editor.
But it will only report once for warning, we can still generate js and cache it.
I think if you do a full build of your project, it will give you more information on TS issues