2021-08-17 21:38:37 +00:00
|
|
|
{
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
2021-09-12 12:21:44 +00:00
|
|
|
"label": "Check for type errors",
|
|
|
|
"type": "typescript",
|
|
|
|
"tsconfig": "tsconfig.json",
|
|
|
|
"option": "watch",
|
|
|
|
"problemMatcher": ["$tsc-watch"],
|
|
|
|
"group": "build"
|
2021-08-17 21:38:37 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|