setup-node/.github/tsc.json
2019-06-07 14:59:46 -04:00

16 lines
No EOL
395 B
JSON

{
"problemMatcher": [
{
"owner": "tsc",
"pattern": [
{
"regexp": "/^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(\\d+)\\s+(.*)$/",
"file": 1,
"location": 2,
"code": 3,
"message": 4
}
]
}
]
}