Docker Hub
hub.docker.com › r › microsoft › devcontainers-typescript-node
microsoft/devcontainers-typescript-node - Docker Image
Includes Node.js, eslint, nvm, yarn, and the TypeScript compiler. You can directly reference pre-built versions of Dockerfile by using the image property in .devcontainer/devcontainer.json or updating the FROM statement in your own Dockerfile to one of the following.
GitHub
github.com › dev-container › ts
dev-container/ts: A setup for working on typescript ...
A setup for working on typescript/javascript in a container with VS Code or Gitpod - dev-container/ts
Author dev-container
Videos
Visual Studio Code
code.visualstudio.com › docs › devcontainers › create-dev-container
Create a Dev Container
November 3, 2021 - With the above devcontainer.json, your dev container is functional, and you can connect to and start developing within it. Try it out with the Dev Containers: Reopen in Container command: After running this command, when VS Code restarts, you're now within a Node.js and TypeScript dev container with port 3000 forwarded and the ESLint extension installed.
Development Containers
containers.dev › templates
Templates
Development containers documentation and specification page.
Blackgirlbytes
blackgirlbytes.dev › how-to-set-up-a-dev-container-for-a-nextjstypescript-app
How to set up a dev container for a Next.js/TypeScript app
September 5, 2025 - Currently, the "Node.js & TypeScript" dev container is the most suitable start for a Next.js/TypeScript project. The next screen will prompt us for our preferred Node.js version. I chose 20, but you should choose whatever version works best for your project. The next step is to add features. In our case, we don't need any features, so we can press "OK." Pressing "OK" adds a .devcontainer directory to your project with a devcontainer.json file that we can further customize.
Microsoft
mcr.microsoft.com › en-us › product › devcontainers › javascript-node › about
Microsoft Artifact Registry
mcr.microsoft.com/devcontainers/typescript-node:4.0.2-24 (or 4.0.2-24-trixie, 4.0.2-24-bookworm, 4.0.2-24-bullseye)
Development Containers
containers.dev › features
Features
Development containers documentation and specification page.
GitHub
github.com › microsoft › TypeScript › blob › main › .devcontainer › devcontainer.json
TypeScript/.devcontainer/devcontainer.json at main · microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - TypeScript/.devcontainer/devcontainer.json at main · microsoft/TypeScript
Author microsoft
Jot down for myself
techteco.github.io › 2024 › 05 › 31 › vsc-remix-typescript
【開発環境】VSC+Dev Containers+Remix+TypeScript :: Jot down for myself - Technical notes on AWS, Go, React, etc.
May 31, 2024 - VSC(Visual Studio Code)のDev Containersを使って、Remix+TypeScript環境を作る
Docker Hub
hub.docker.com › r › ealen › codespaces-typescript
ealen/codespaces-typescript - Docker Image
A devcontainer.json file in your project tells VS Code how to access a development container with a well-defined tool and runtime stack. This container can be used to run an application or to separate tools, libraries, or runtimes needed for working with a codebase.
Qiita
qiita.com › docker
VSCode + Remote Container でtypescriptの開発環境を試す。 #Docker - Qiita
August 9, 2021 - (中略) Run: docker build -f /(プロジェクトdirのパス)/typescript-dev/.devcontainer/Dockerfile -t vsc-typescript-dev-845af54d9de0baec27ffa4e44fac638d --build-arg VARIANT=16 /(プロジェクトdirのパス)/typescript-dev/.devcontainer (中略) Run: docker run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/(プロジェクトdirのパス)/typescript-dev,target=/workspaces/typescript-dev --mount type=volume,src=vscode,dst=/vscode -l vsch.local.folder=/(プロジェクトdirのパス)/typescript-dev -l vsch.quality=stable -l vsch.remote.devPort=0 --entrypoint /bin/sh vsc-typescript-dev-845af54d9de0baec27ffa4e44fac638d-uid -c echo Container started
GitHub
github.com › ponko23 › dev-container-gas
GitHub - ponko23/dev-container-gas: develop GAS in DevContainer with TypeScript · GitHub
develop GAS in DevContainer with TypeScript. Contribute to ponko23/dev-container-gas development by creating an account on GitHub.
Author ponko23