Merge pull request #26670 from ErazerBrecht/patch-2

Update dependancy for 'connect-mongo'
This commit is contained in:
Nathan Shively-Sanders
2018-06-20 09:31:57 -07:00
committed by GitHub

View File

@@ -7,7 +7,10 @@
"paths": {
"mongodb": [
"mongodb/v2"
]
],
"mongoose": [
"mongoose/v4"
]
},
"noImplicitAny": true,
"noImplicitThis": true,
@@ -25,4 +28,4 @@
"index.d.ts",
"connect-mongo-tests.ts"
]
}
}