nhentai-dl/.vscode/tasks.json

10 lines
148 B
JSON
Raw Permalink Normal View History

2022-03-22 00:37:58 +01:00
{
"version":"2.0.0",
"tasks": [{
"label": "tsc",
"command": "npx tsc",
"args": [],
"type": "shell"
}]
}