summaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
blob: 2bee06af4e83c15e9a58ed6f2f1f96c0b075b6a0 (plain)
1
2
3
4
5
6
{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
    "ghcr.io/devcontainers-extra/features/typescript:2": {}
  }
}