mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
16 lines
No EOL
395 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |