vortex-modmapper-integration/.vscode/tasks.json

17 lines
215 B
JSON
Raw Permalink Normal View History

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"problemMatcher": [
"$tsc"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "npm: build"
}
]
}