It would be good if `tsc`could output code snippet on where some error occurs: ``` function test() { ----------------^-- src/preprocessor/scanner.ts(185,1): error TS1128: Declaration or statement expected. ``` Just looking at the line and column is not so UX friendly.