mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fix reference path
This commit is contained in:
Vendored
+2
-1
@@ -3,9 +3,10 @@
|
||||
// Definitions by: Mizuki Yamamoto <https://github.com/Syati>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../express/express.d.ts" />
|
||||
/// <reference path="../mongoose/mongoose.d.ts" />
|
||||
/// <reference path="../express-session/express-session.d.ts" />
|
||||
/// <reference path="../mongodb/mongodb.d.ts" />
|
||||
/// <reference path="../express-session/express-session.d.ts" />
|
||||
|
||||
declare module "connect-mongo" {
|
||||
import * as express from 'express';
|
||||
|
||||
Reference in New Issue
Block a user