aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-12-02 00:56:04 +0300
committereug-vs <eug-vs@keemail.me>2020-12-02 00:56:04 +0300
commit01a5216fa10b15b5b159e31bbc692ef8a4460f03 (patch)
tree4f63dfc8e5c8fed7e5dae5ce6ee337828581a566 /package.json
parent972e0578f999aadb5924d84768e59445c92f167b (diff)
downloadmongo-cronjob-01a5216fa10b15b5b159e31bbc692ef8a4460f03.tar.gz
chore: install types for mongoose
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0524654..00fb047 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
},
"devDependencies": {
"@types/cron": "^1.7.2",
+ "@types/mongoose": "^5.10.1",
"typescript": "^4.1.2"
}
}