Create devcontainer for codespaces

This commit is contained in:
Konrad Pabjan 2023-01-04 19:20:09 +00:00
parent 055b8b3f04
commit 929ff3b637

View file

@ -0,0 +1,6 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "@actions/upload-artifact",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18"
}