diff --git a/fmts/typescript.go b/fmts/typescript.go index 688a365..b0e322a 100644 --- a/fmts/typescript.go +++ b/fmts/typescript.go @@ -7,6 +7,8 @@ func init() { Name: "tsc", Errorformat: []string{ `%E%f %#(%l,%c): error TS%n: %m`, + `%f(%l,%c): error TS%n: %m`, + `%f:%l:%c - error TS%n: %m`, `%E%f %#(%l,%c): error %m`, // fallback `%E%f %#(%l,%c): %m`, // fallback `%Eerror %m`,