Skip to content

Commit

Permalink
Moving to enable no-implicit-any (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrlee committed Mar 5, 2021
1 parent 594b004 commit a581d49
Show file tree
Hide file tree
Showing 12 changed files with 302 additions and 27 deletions.
238 changes: 238 additions & 0 deletions package-lock.json

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

10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,22 @@
"superagent": "^6.1.0"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
"@types/bunyan-format": "^0.2.3",
"@types/compression": "^1.7.0",
"@types/connect-flash": "0.0.36",
"@types/connect-redis": "^0.0.16",
"@types/cookie-session": "^2.0.42",
"@types/csurf": "^1.11.0",
"@types/express-request-id": "^1.4.1",
"@types/express-session": "^1.17.3",
"@types/http-errors": "^1.8.0",
"@types/jest": "^26.0.20",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.14.31",
"@types/nunjucks": "^3.1.4",
"@types/passport": "^1.0.6",
"@types/passport-oauth2": "^1.4.10",
"@types/redis": "^2.8.28",
"@types/superagent": "^4.1.10",
"@types/supertest": "^2.0.10",
Expand Down

0 comments on commit a581d49

Please sign in to comment.