Skip to content

Commit

Permalink
add typescript @types/express @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 19, 2023
1 parent 5423fa8 commit 92a35a2
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 0 deletions.
105 changes: 105 additions & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
"dependencies": {
"env-cmd": "^10.1.0",
"express": "^4.18.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.2.1",
"typescript": "^5.0.4"
}
}

0 comments on commit 92a35a2

Please sign in to comment.