{ "version": "2.0.0", "tasks": [ { "label": "Build", "type": "shell", "command": "bun run build", "problemMatcher": "$esbuild" } ] }