byte-rw
Version:
Byte reader/writer for buffers and streams in typescript/javascript
20 lines • 450 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"label": "npm run pretest",
"type": "shell",
"command": "npm run pretest",
"problemMatcher": [
"$tsc"
]
},
{
"type": "npm",
"script": "pretest",
"problemMatcher": ["$tsc"],
"label": "npm: pretest",
"detail": "npm run build:debug"
}
]
}