{ "version": "2.0.0", "tasks": [ { "label": "Desarrollo - Next.js", "type": "shell", "command": "npm run dev", "isBackground": true, "problemMatcher": [ "$tsc" ], "group": "build" } ] }