Skip to content

Commit

Permalink
feat: add typescript lib to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 25, 2024
1 parent 2d7e0c2 commit 5ecc537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sap-cap-typescript-node/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN \
# Install Yeoman
&& npm install --global yo \
# Install TypeScript
&& npm install --global typescript \
&& npm install --global ts-node \
# Install Typescript CDS lib to avoid constantly precompiling files during development
&& npm install --global tsx

0 comments on commit 5ecc537

Please sign in to comment.