Files
impress.js/.vscode/tasks.json
2024-01-22 17:09:34 +01:00

14 lines
206 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": "build",
"label": "tsc: build - tsconfig.json"
}
]
}