mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "Initialize TypeScript",
|
|
"command": "npx tsc --init",
|
|
"group": "build",
|
|
"problemMatcher": ["$tsc"]
|
|
}
|
|
]
|
|
}
|