main
{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "yarn xy build", "problemMatcher": ["$tsc", "$eslint-stylish"], "group": { "kind": "build", "isDefault": true } } ] }