nhentai-dl/.vscode/tasks.json
2022-03-22 00:37:58 +01:00

10 lines
148 B
JSON

{
"version":"2.0.0",
"tasks": [{
"label": "tsc",
"command": "npx tsc",
"args": [],
"type": "shell"
}]
}