diff options
| author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-01-05 20:39:23 +0800 |
|---|---|---|
| committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-01-10 18:24:37 +0800 |
| commit | f917a4a34a9d7b25de85f9ce5adafa0f16ea6618 (patch) | |
| tree | f2c46d2af708584639ba953aea59df09c2111068 /tsconfig.json | |
| parent | 78fd942faa752980caba6e37edd2932b1235cfd7 (diff) | |
| download | dexon-sol-tools-f917a4a34a9d7b25de85f9ce5adafa0f16ea6618.tar.gz dexon-sol-tools-f917a4a34a9d7b25de85f9ce5adafa0f16ea6618.tar.zst dexon-sol-tools-f917a4a34a9d7b25de85f9ce5adafa0f16ea6618.zip | |
Remove typeRoots
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 } } |
