2018-01-03 14:42:06 +01:00
|
|
|
{
|
2023-09-06 13:24:34 +02:00
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
|
|
// for the documentation about the tasks.json format
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"type": "typescript",
|
|
|
|
"tsconfig": "tsconfig.build.json",
|
|
|
|
"problemMatcher": ["$tsc"],
|
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
},
|
|
|
|
"label": "tsc: build - tsconfig.build.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|