{
  "tasks": [
    {
      "label": "build",
      "type": "shell",
      "command": "node",
      "args": ["${workspaceFolder}/build/compile.js"],
      "group": {
        "kind": "build",
        "isDefault": true
      }
    }
  ]
}