unity-builder/.devcontainer/devcontainer.json
2025-02-08 22:07:20 +05:00

11 lines
262 B
JSON

{
"name": "Node.js & TypeScript & Yarn",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers/features/node:1": {}
},
"postCreateCommand": {
"Install dependencies": "yarn install"
}
}