Specifying a file for error messages within TypeScript tsconfig.json - TechRepublic
Question
September 5, 2021 at 07:23 PM
wally96334

Specifying a file for error messages within TypeScript tsconfig.json

by wally96334 . Updated 4 years, 9 months ago

I am running the TypeScript transpiler on some code. I want to trap any error messages that the transpiler might emit to a file specified within my tsconfig.json. I do not see an attribute within the specifications for doing that.

Am I missing something?

Thanks!

All Comments