Skip to content

Commit 2128bc6

Browse files
DAB0mBdarkbasic
authored andcommitted
Step 7.10: Added meteor accouts typings to client side
1 parent 6725a5c commit 2128bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"stripInternal": true,
2121
"noImplicitAny": false,
2222
"types": [
23-
"@types/meteor"
23+
"@types/meteor",
24+
"@types/meteor-accounts-phone"
2425
]
2526
},
2627
"include": [

0 commit comments

Comments
 (0)