1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-22 17:39:43 +00:00

updated specific .d.ts files to point to definitely typed file. Also added recommended extensions using vs code's extensions.json

This commit is contained in:
Bowden Kelly
2017-07-25 11:28:31 -07:00
parent bb59a5d3e9
commit 235ba1daa9
7 changed files with 28 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ import * as logger from "morgan";
import * as errorHandler from "errorhandler";
import * as lusca from "lusca";
import * as dotenv from "dotenv";
import * as mongo from "connect-mongo"; // (session)
import * as mongo from "connect-mongo";
import * as flash from "express-flash";
import * as path from "path";
import * as mongoose from "mongoose";