The tsconfig.json file in my Visual Studio project includes the following settings: { "CompileOnSave":false, "CompilerOptions":{ "strict": true, "skipLibCheck":true }, "angularCompilerOptions":{ "fullTemplateTypeCheck":true, "strictInjectionParameters":true, "strictTemplates":true } }
- Is there a way to save the compiler's error list in a .txt or .csv file?
- How can I view errors identified across the entire workspace, not just the files open in Visual Studio? Any suggestions would be appreciated.
I'm looking for advice on how to implement this in Visual Studio. Any ideas?