mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 01:00:20 +08:00
15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "typescript",
|
|
"tsconfig": "tsconfig.json",
|
|
"option": "watch",
|
|
"problemMatcher": [
|
|
"$tsc-watch"
|
|
],
|
|
"group": "build",
|
|
"label": "tsc: watch - tsconfig.json"
|
|
}
|
|
]
|
|
} |