From af3b0fe2e84d20c7a293d7eb3292623ce25584cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 11 Jun 2018 13:18:42 +0200 Subject: [PATCH] MOBILE-2430 tsconfig: Add typeGroups in tsconfig --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 95c37d168..84a65ecd5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,10 @@ "@components/*": ["components/*"], "@directives/*": ["directives/*"], "@pipes/*": ["pipes/*"] - } + }, + "typeRoots": [ + "node_modules/@types" + ] }, "include": [ "src/**/*.ts"