Tldraw/.vscode/tasks.json

14 wiersze
246 B
JSON
Czysty Zwykły widok Historia

2021-08-17 21:38:37 +00:00
{
"version": "2.0.0",
"tasks": [
{
"label": "Check for type errors",
"type": "typescript",
"tsconfig": "tsconfig.json",
"option": "watch",
"problemMatcher": ["$tsc-watch"],
"group": "build"
2021-08-17 21:38:37 +00:00
}
]
}