This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.

13 lines
181 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": [],
"label": "npm: build",
"detail": "tsc -b"
}
]
}