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 e893f33d1..e5a7b2471 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,8 @@ "types": [ "meteor-typings", "@types/underscore", - "@types/meteor-accounts-phone" + "@types/meteor-accounts-phone", + "@types/meteor-collection-hooks" ] }, "include": [