{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "wch: Production Build",
            "type": "npm",
            "script": "build:production",
            "problemMatcher": ["$tsc"],
            "group": {
                "kind": "build",
                "isDefault": true
            }
        },
        {
            "label": "wch: Development Build",
            "type": "npm",
            "script": "build:development",
            "problemMatcher": ["$tsc"],
            "group": "build"
        },
        {
            "label": "wch: Deploy",
            "type": "npm",
            "script": "deploy",
            "problemMatcher": ["$tsc"]
        }
    ]
}