dingshiyuan 66401264b9
Some checks failed
Update configuration files / Update configuration files (push) Has been cancelled
CodeQL analysis / CodeQL analysis (push) Has been cancelled
node
2024-10-19 01:33:55 +08:00

19 lines
486 B
JSON

{
"problemMatcher": [
{
"owner": "tsc",
"pattern": [
{
"regexp": "^([^\\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
}
]
}
]
}