From 5a0186d8e8dd8eae59094ba5c0b73e184f378d69 Mon Sep 17 00:00:00 2001 From: DAB0mB Date: Mon, 13 Feb 2017 15:13:39 -0200 Subject: [PATCH] Step 13.28: Import meteor-collection-hooks typings --- api/tsconfig.json | 3 ++- tsconfig.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/tsconfig.json b/api/tsconfig.json index 879c0fa9c..1830ff571 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -18,7 +18,8 @@ "types": [ "meteor-typings", "@types/meteor-accounts-phone", - "@types/meteor-publish-composite" + "@types/meteor-publish-composite", + "@types/meteor-collection-hooks" ] }, "exclude": [ diff --git a/tsconfig.json b/tsconfig.json index 8ff8687f3..4f4e34692 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,8 @@ "noImplicitAny": false, "types": [ "@types/underscore", - "@types/meteor-accounts-phone" + "@types/meteor-accounts-phone", + "@types/meteor-collection-hooks" ] }, "include": [