1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-22 22:22:29 +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

@@ -63,7 +63,9 @@
},
"devDependencies": {
"@types/async": "^2.0.40",
"@types/bcrypt-nodejs": "0.0.30",
"@types/body-parser": "^1.16.2",
"@types/compression": "0.0.33",
"@types/connect-mongo": "0.0.32",
"@types/dotenv": "^2.0.20",
"@types/errorhandler": "0.0.30",
@@ -89,6 +91,6 @@
"supertest": "^2.0.1",
"ts-jest": "^19.0.8",
"tslint": "^5.0.0",
"typescript": "^2.2.2"
"typescript": "^2.4.0"
}
}