downgrading typescript version againj

This commit is contained in:
Andrew Vetovitz 2018-12-21 20:07:01 -05:00
parent 033c8608e3
commit 6ec50109f4

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