19 lines
387 B
JSON
19 lines
387 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "tsc-absolute",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "(?:^|\\s)([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+(TS\\d+)\\s*:\\s*(.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3,
|
||
|
"severity": 4,
|
||
|
"code": 5,
|
||
|
"message": 6
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|