tslog
tslog copied to clipboard
Add missing `fileNameWithLine`
fileNameWithLine is meant to be part of the settings as per the docs, but it was accidentally omitted in the type definition.
To avoid this kind of error, I also changed it so that the prettyLogStyles is not duplicated in two places to make sure they're always in sync