Files
vega-providers/.vscode/tasks.json
himanshu8443 3f3e12f5df init
2025-06-15 21:29:40 +05:30

13 lines
210 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Initialize TypeScript",
"command": "npx tsc --init",
"group": "build",
"problemMatcher": ["$tsc"]
}
]
}