Skip to content

Commit 11dee0c

Browse files
DAB0mBdarkbasic
authored andcommitted
Step 13.29: Import meteor-collection-hooks typings
1 parent ef0000c commit 11dee0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

api/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"types": [
1919
"@types/meteor",
2020
"@types/meteor-accounts-phone",
21-
"@types/meteor-publish-composite"
21+
"@types/meteor-publish-composite",
22+
"@types/meteor-collection-hooks"
2223
]
2324
},
2425
"exclude": [

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"noImplicitAny": false,
2222
"types": [
2323
"@types/meteor",
24-
"@types/meteor-accounts-phone"
24+
"@types/meteor-accounts-phone",
25+
"@types/meteor-collection-hooks"
2526
]
2627
},
2728
"include": [

0 commit comments

Comments
 (0)