Sign inSign up

tgrivel/tsc

By tgrivel

Updated over 3 years ago

The typescript compiler: https://www.typescriptlang.org/

Image
0

904

tgrivel/tsc repository overview

Typescript compiler

tsc as typescript compiler

Use the typescriptlang.org compiler

Source code

FROM node:18-alpine

WORKDIR /app

RUN npm install typescript --global

CMD ["/usr/local/bin/tsc"]

Examples

Command line
docker run \
  --rm \
  --volume $(pwd):/app tsc tsc \
  hello.ts

Tag summary

Content type

Image

Digest

sha256:83d680b61

Size

66.1 MB

Last updated

over 3 years ago

docker pull tgrivel/tsc