mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
28 lines
424 B
JSON
28 lines
424 B
JSON
![]() |
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "TypeScript watch",
|
||
|
"type": "shell",
|
||
|
"command": "./node_modules/.bin/tsc",
|
||
|
"args": [
|
||
|
"--build",
|
||
|
"tsconfig.build.json",
|
||
|
"--watch"
|
||
|
],
|
||
|
"isBackground": true,
|
||
|
"problemMatcher": [
|
||
|
"$tsc-watch"
|
||
|
],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"presentation": {
|
||
|
"reveal": "never",
|
||
|
"panel": "dedicated"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|