Skip to content

Commit

Permalink
Step 13.29: Import meteor-collection-hooks typings
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and darkbasic committed Oct 16, 2017
1 parent ef0000c commit 11dee0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/tsconfig.json
Expand Up @@ -18,7 +18,8 @@
"types": [
"@types/meteor",
"@types/meteor-accounts-phone",
"@types/meteor-publish-composite"
"@types/meteor-publish-composite",
"@types/meteor-collection-hooks"
]
},
"exclude": [
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -21,7 +21,8 @@
"noImplicitAny": false,
"types": [
"@types/meteor",
"@types/meteor-accounts-phone"
"@types/meteor-accounts-phone",
"@types/meteor-collection-hooks"
]
},
"include": [
Expand Down

0 comments on commit 11dee0c

Please sign in to comment.