2025-10-07 11:35:08 -05:00
|
|
|
{
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"tasks": [
|
|
|
|
|
{
|
|
|
|
|
"label": "Typecheck: tsc --noEmit",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "npm",
|
|
|
|
|
"args": [
|
|
|
|
|
"run",
|
|
|
|
|
"-s",
|
|
|
|
|
"tsc",
|
|
|
|
|
"--",
|
|
|
|
|
"--noEmit"
|
|
|
|
|
]
|
2025-10-07 22:17:03 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "Typecheck: tsc --noEmit",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "npm",
|
|
|
|
|
"args": [
|
|
|
|
|
"run",
|
|
|
|
|
"-s",
|
|
|
|
|
"tsc",
|
|
|
|
|
"--",
|
|
|
|
|
"--noEmit"
|
|
|
|
|
],
|
|
|
|
|
"problemMatcher": [
|
|
|
|
|
"$tsc"
|
|
|
|
|
],
|
|
|
|
|
"group": "build"
|
2025-10-07 11:35:08 -05:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|