updating typescript version

This commit is contained in:
Andrew Vetovitz
2018-12-21 20:02:46 -05:00
parent 893234f7e5
commit a887e760ca

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
// TypeScript Version: 3.2
// typesVerisons: 3.2
import { Profile as passportProfile, AuthenticateOptions, Strategy as passportStrategy } from 'passport';
import { Request } from 'express';