From 9e04762e4022b5fcbde8ce735dc7a769f3c723f0 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 29 Jun 2017 11:24:34 +0200 Subject: [PATCH] fixes #29839 --- src/tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 0784a90d847..ed888ce8a0f 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -12,8 +12,7 @@ "noImplicitReturns": true, "baseUrl": ".", "typeRoots": [ - "typings", - "../node_modules/@types" + "typings" ] } -} +} \ No newline at end of file -- GitLab