archivesOfToyLang/tshunhue/docs/source/.vscode/tasks.json

14 lines
No EOL
317 B
JSON

{
// 如需 tasks.json 格式的文件,
// 請參與 https://go.microsoft.com/fwlink/?LinkId=733558
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
]
}
]
}