diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 66590a224..74654ed18 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,5 +11,5 @@ "memory": "8gb", "storage": "32gb" }, - "postCreateCommand": "bash -i -c 'nvm use && npm install'" + "postCreateCommand": "bash -i -c 'nvm use && npm install && cp tsconfig.web.json tsconfig.json'" }