Skip to content

Commit

Permalink
Step 7.10: Added meteor accouts typings to client side
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and darkbasic committed Oct 16, 2017
1 parent 6725a5c commit 2128bc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -20,7 +20,8 @@
"stripInternal": true, "stripInternal": true,
"noImplicitAny": false, "noImplicitAny": false,
"types": [ "types": [
"@types/meteor" "@types/meteor",
"@types/meteor-accounts-phone"
] ]
}, },
"include": [ "include": [
Expand Down

0 comments on commit 2128bc6

Please sign in to comment.