Skip to content

Commit

Permalink
Step 12.27: Import meteor-collection-hooks typings
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Mar 23, 2017
1 parent 9921c23 commit 90c3b4e
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": [
"meteor-typings",
"@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 @@ -22,7 +22,8 @@
"types": [
"meteor-typings",
"@types/underscore",
"@types/meteor-accounts-phone"
"@types/meteor-accounts-phone",
"@types/meteor-collection-hooks"
]
},
"include": [
Expand Down

0 comments on commit 90c3b4e

Please sign in to comment.