{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "serve",
            "command": "npm start",
            "type": "shell",
            "problemMatcher": "$tsc"
        }
    ]
  }