From f917a4a34a9d7b25de85f9ce5adafa0f16ea6618 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 5 Jan 2018 13:39:23 +0100 Subject: Remove typeRoots --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index a180f7298..b6f95e64d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "experimentalDecorators": true, "noImplicitReturns": true, "pretty": true, - "strict": true, - "typeRoots": ["node_modules/@types", "node_modules/web3-typescript-typings"] + "strict": true } } -- cgit v1.2.3