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:
- use @types/passport-local
- removes custom definition file
- updates implementation to use correct interface from @types/passport-local
Thanks!