| 1234567891011121314151617 |
- // For format details, see https://aka.ms/devcontainer.json. For config options, see the
- // README at: https://github.com/devcontainers/templates/tree/main/src/debian
- {
- "name": "Development",
- "image": "mcr.microsoft.com/devcontainers/typescript-node:latest",
- "features": {
- "ghcr.io/devcontainers/features/node:1": {}
- },
- "postCreateCommand": "yarn install",
- "customizations": {
- "vscode": {
- "extensions": [
- "esbenp.prettier-vscode"
- ]
- }
- }
- }
|