mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2026-03-23 21:51:44 +00:00
fit error TS2559: Type '4' has no properties in common with type 'MinMaxOptions'.
fix err TypeScript-Node-Starter/src/controllers/api.ts[6, 9]: missing whitespace, 8 files fix bugs of issue 15
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
"@types/nodemailer": "^1.3.32",
|
||||
"@types/passport": "^0.3.3",
|
||||
"@types/passport-facebook": "^2.1.3",
|
||||
"@types/request": "0.0.42",
|
||||
"@types/request": "0.0.45",
|
||||
"@types/supertest": "^2.0.0",
|
||||
"concurrently": "^3.4.0",
|
||||
"jest": "^19.0.2",
|
||||
@@ -91,4 +91,4 @@
|
||||
"tslint": "^5.0.0",
|
||||
"typescript": "^2.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user