Sha256: 1b2fddc72548585e9e9b2a9e8b3e974c0e68106054fdef4f2556667d47640bc3
Contents?: true
Size: 1.26 KB
Versions: 6
Compression:
Stored size: 1.26 KB
Contents
{ "version": "2.0.0", "tasks": [ { "label": "compile", "dependsOn": [ "compile:client", "compile:server" ], "problemMatcher": [] }, { "label": "compile:client", "type": "npm", "script": "compile:client", "group": "build", "presentation": { "panel": "dedicated", "reveal": "never" }, "problemMatcher": [ "$tsc" ] }, { "label": "compile:server", "type": "npm", "script": "compile:server", "group": "build", "presentation": { "panel": "dedicated", "reveal": "never" }, "problemMatcher": [ "$tsc" ] }, { "label": "watch", "dependsOn": [ "watch:client", "watch:server" ], "group": { "kind": "build", "isDefault": true }, "problemMatcher": [] }, { "label": "watch:client", "type": "npm", "script": "watch:client", "isBackground": true, "group": "build", "presentation": { "panel": "dedicated", "reveal": "never" }, "problemMatcher": [ "$tsc-watch" ] }, { "label": "watch:server", "type": "npm", "script": "watch:server", "isBackground": true, "group": "build", "presentation": { "panel": "dedicated", "reveal": "never" }, "problemMatcher": [ "$tsc-watch" ] } ] }
Version data entries
6 entries across 6 versions & 1 rubygems