{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "Build Next.js app", "command": "npm run build", "group": "build", "problemMatcher": [ "$tsc" ] } ] }