diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
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 } } |