Skip to content

Commit

Permalink
add tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Apr 29, 2024
1 parent c97711e commit 73a3289
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
20 changes: 19 additions & 1 deletion packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": "commonjs",
"dependencies": {
"axios": "^1.4.0",
"class-validator": "^0.14.0"
"class-validator": "^0.14.0",
"typescript": "^4.9.5"
}
}

0 comments on commit 73a3289

Please sign in to comment.