1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Simplify augmented module for express-flash

There is existing @types definition for express-flash. Let's use it and
just augment a method required by the existing code to please compiler.

Thanks!
This commit is contained in:
Peter Blazejewicz
2019-07-05 23:29:10 +02:00
parent 0a30661223
commit 4b0df406a4
3 changed files with 27 additions and 3 deletions

View File

@@ -62,6 +62,7 @@
"@types/dotenv": "^6.1.1",
"@types/errorhandler": "^0.0.32",
"@types/express": "^4.17.0",
"@types/express-flash": "0.0.0",
"@types/express-session": "^1.15.13",
"@types/jest": "^24.0.15",
"@types/jquery": "^3.3.29",