{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Build Tests",
            "type": "npm",
            "script": "build-tests",
            "group": "build",
            "problemMatcher": ["$tsc"],
            "detail": "Builds the test files before running them"
        }
    ]
}
