From 2128bc67890953379e0f0967d00986b88bb0d3ae Mon Sep 17 00:00:00 2001 From: DAB0mB Date: Fri, 27 Jan 2017 04:28:14 -0200 Subject: [PATCH] Step 7.10: Added meteor accouts typings to client side --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c57df83d9..91ff018fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,8 @@ "stripInternal": true, "noImplicitAny": false, "types": [ - "@types/meteor" + "@types/meteor", + "@types/meteor-accounts-phone" ] }, "include": [