types required by deps but not imported by them

This commit is contained in:
Daniel Lugo 2020-05-17 17:24:21 -04:00
parent 63080a9a0f
commit c493eb47d5
2 changed files with 25 additions and 0 deletions

View file

@ -60,6 +60,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@types/bluebird": "*",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.1",
"@types/gun": "^0.9.1",
@ -78,6 +79,7 @@
"jest": "^24.9.0",
"nodemon": "^1.19.3",
"prettier": "^1.18.2",
"ts-type": "^1.2.16",
"typescript": "^3.6.3"
}
}