1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-09 08:08:16 +00:00

Merge pull request #166 from sangheestyle/master

stick to ES6 import instead of CommonJS require
This commit is contained in:
Orta
2019-06-19 14:59:51 -07:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ import { User, UserDocument, AuthToken } from "../models/User";
import { Request, Response, NextFunction } from "express";
import { IVerifyOptions } from "passport-local";
import { WriteError } from "mongodb";
import request from "express-validator";
import "../config/passport";
/**