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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user