{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "bun: compile", "command": "bun", "args": ["run", "compile"], "options": { "cwd": "${workspaceFolder}" }, "problemMatcher": "$tsc", "group": { "kind": "build", "isDefault": true } } }