{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "dev", "problemMatcher": [], "label": "npm: dev", "detail": "Run the development environment" }, { "type": "npm", "script": "build", "group": "build", "problemMatcher": [], "label": "npm: build", "detail": "Build the production server" } ] }