The typescript compiler: https://www.typescriptlang.org/
904
tscas typescript compiler
Use the typescriptlang.org compiler
FROM node:18-alpine
WORKDIR /app
RUN npm install typescript --global
CMD ["/usr/local/bin/tsc"]
docker run \
--rm \
--volume $(pwd):/app tsc tsc \
hello.ts
Content type
Image
Digest
sha256:83d680b61…
Size
66.1 MB
Last updated
over 3 years ago
docker pull tgrivel/tsc