create log file using typescript in node application

Viewed 3576

I am new in node and I need to have a log file which stores error log details I need guidance to make log file generated using typescript (node)

1 Answers
Related