Skip to content

Commit

Permalink
Added changes to devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Nov 13, 2024
1 parent 20b58c2 commit 3b70092
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/dodona-tested.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ RUN <<EOF
apt-get install -y --no-install-recommends nodejs
npm install -g [email protected] [email protected]

# TypeScript dependencies
npm install -g [email protected]
npm install -g @types/node --save-dev
npm install -g [email protected]

# C# dependencies
curl https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb --output packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb
Expand Down
10 changes: 0 additions & 10 deletions tested/languages/typescript/tsconfig-compilation.json

This file was deleted.

18 changes: 0 additions & 18 deletions tested/languages/typescript/tsconfig.json

This file was deleted.

0 comments on commit 3b70092

Please sign in to comment.