updating typescript version once again for compatability

This commit is contained in:
Andrew Vetovitz
2018-12-21 20:05:04 -05:00
parent a887e760ca
commit 033c8608e3

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/auth0/passport-linkedin-oauth2
// Definitions by: Andrew Vetovitz <https://github.com/andrewvetovitz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// typesVerisons: 3.2
// TypeScript Version: 2.8
import { Profile as passportProfile, AuthenticateOptions, Strategy as passportStrategy } from 'passport';
import { Request } from 'express';