diff --git a/api/tsconfig.json b/api/tsconfig.json index 2bcdf4da6..829da723f 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -18,7 +18,8 @@ "types": [ "@types/meteor", "@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 91ff018fb..46073a2a4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,8 @@ "noImplicitAny": false, "types": [ "@types/meteor", - "@types/meteor-accounts-phone" + "@types/meteor-accounts-phone", + "@types/meteor-collection-hooks" ] }, "include": [