19 lines
345 B
JSON
19 lines
345 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "tsc",
|
||
|
"type": "shell",
|
||
|
"command": "./node_modules/.bin/tsc",
|
||
|
"args": ["--noEmit"],
|
||
|
"presentation": {
|
||
|
"reveal": "never",
|
||
|
"echo": false,
|
||
|
"focus": false,
|
||
|
"panel": "dedicated"
|
||
|
},
|
||
|
"problemMatcher": "$tsc-watch"
|
||
|
}
|
||
|
]
|
||
|
}
|