lang(typescript): add node types

This commit is contained in:
1computer1 2020-06-19 09:34:30 -04:00
parent 79ab50508d
commit d0f71c7530
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM node:alpine
LABEL author="1Computer1"
RUN yarn global add typescript
RUN yarn global add typescript @types/node
COPY run.sh /var/run/