From 7689ea39e6d9966a404991dfe38bfa447d954a8a Mon Sep 17 00:00:00 2001 From: Josh Stevens Date: Mon, 25 Feb 2019 13:01:57 +0000 Subject: [PATCH] fix: turn allowSyntheticDefaultImports to false --- packages/web3-bzz/types/tsconfig.json | 6 +++--- packages/web3-core-helpers/types/tsconfig.json | 2 +- packages/web3-core-method/types/tsconfig.json | 2 +- packages/web3-core/types/tsconfig.json | 6 +++--- packages/web3-eth-abi/types/tsconfig.json | 2 +- packages/web3-eth-accounts/types/tsconfig.json | 6 +++--- packages/web3-eth-contract/types/tsconfig.json | 6 +++--- packages/web3-eth-ens/types/tsconfig.json | 2 +- packages/web3-eth-iban/types/tsconfig.json | 2 +- packages/web3-eth-personal/types/tsconfig.json | 2 +- packages/web3-eth/types/tsconfig.json | 6 +++--- packages/web3-net/types/tsconfig.json | 6 +++--- packages/web3-providers/types/tsconfig.json | 6 +++--- packages/web3-shh/types/tsconfig.json | 6 +++--- packages/web3-utils/types/tsconfig.json | 6 +++--- packages/web3/types/tsconfig.json | 6 +++--- 16 files changed, 36 insertions(+), 36 deletions(-) diff --git a/packages/web3-bzz/types/tsconfig.json b/packages/web3-bzz/types/tsconfig.json index 809b9f77dad..bf0cfa6d681 100644 --- a/packages/web3-bzz/types/tsconfig.json +++ b/packages/web3-bzz/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-bzz": ["."] + "paths": { + "web3-bzz": ["."] } } } diff --git a/packages/web3-core-helpers/types/tsconfig.json b/packages/web3-core-helpers/types/tsconfig.json index 01ed6851ddd..fd847a8cabb 100644 --- a/packages/web3-core-helpers/types/tsconfig.json +++ b/packages/web3-core-helpers/types/tsconfig.json @@ -8,7 +8,7 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", "paths": { "web3-core-helpers": ["."] diff --git a/packages/web3-core-method/types/tsconfig.json b/packages/web3-core-method/types/tsconfig.json index 004d9f094b6..17889c4b6ce 100644 --- a/packages/web3-core-method/types/tsconfig.json +++ b/packages/web3-core-method/types/tsconfig.json @@ -8,7 +8,7 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", "paths": { "web3-core-method": ["."] diff --git a/packages/web3-core/types/tsconfig.json b/packages/web3-core/types/tsconfig.json index ee8b1736084..9db422ea462 100644 --- a/packages/web3-core/types/tsconfig.json +++ b/packages/web3-core/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-core": ["."] + "paths": { + "web3-core": ["."] } } } diff --git a/packages/web3-eth-abi/types/tsconfig.json b/packages/web3-eth-abi/types/tsconfig.json index 9c5af654eb9..4e08e726c5b 100644 --- a/packages/web3-eth-abi/types/tsconfig.json +++ b/packages/web3-eth-abi/types/tsconfig.json @@ -8,7 +8,7 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", "paths": { "web3-eth-abi": ["."] diff --git a/packages/web3-eth-accounts/types/tsconfig.json b/packages/web3-eth-accounts/types/tsconfig.json index 51d068ad912..8cc88bbb8cc 100644 --- a/packages/web3-eth-accounts/types/tsconfig.json +++ b/packages/web3-eth-accounts/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-eth-accounts": ["."] + "paths": { + "web3-eth-accounts": ["."] } } } diff --git a/packages/web3-eth-contract/types/tsconfig.json b/packages/web3-eth-contract/types/tsconfig.json index 32fbeaef692..906dd3fd159 100644 --- a/packages/web3-eth-contract/types/tsconfig.json +++ b/packages/web3-eth-contract/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-eth-contract": ["."] + "paths": { + "web3-eth-contract": ["."] } } } diff --git a/packages/web3-eth-ens/types/tsconfig.json b/packages/web3-eth-ens/types/tsconfig.json index 8734934f9fd..212c71253ba 100644 --- a/packages/web3-eth-ens/types/tsconfig.json +++ b/packages/web3-eth-ens/types/tsconfig.json @@ -8,7 +8,7 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", "paths": { "web3-eth-ens": ["."] diff --git a/packages/web3-eth-iban/types/tsconfig.json b/packages/web3-eth-iban/types/tsconfig.json index 67cb3c998d9..306c438b694 100644 --- a/packages/web3-eth-iban/types/tsconfig.json +++ b/packages/web3-eth-iban/types/tsconfig.json @@ -8,7 +8,7 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", "paths": { "web3-eth-iban": ["."] diff --git a/packages/web3-eth-personal/types/tsconfig.json b/packages/web3-eth-personal/types/tsconfig.json index 95216e0b19d..8d56df7eb4f 100644 --- a/packages/web3-eth-personal/types/tsconfig.json +++ b/packages/web3-eth-personal/types/tsconfig.json @@ -8,7 +8,7 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", "paths": { "web3-eth-personal": ["."] diff --git a/packages/web3-eth/types/tsconfig.json b/packages/web3-eth/types/tsconfig.json index 82c7ac530ee..e9ea79fb47a 100644 --- a/packages/web3-eth/types/tsconfig.json +++ b/packages/web3-eth/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-eth": ["."] + "paths": { + "web3-eth": ["."] } } } diff --git a/packages/web3-net/types/tsconfig.json b/packages/web3-net/types/tsconfig.json index ec447b55e4d..1c940eabc19 100644 --- a/packages/web3-net/types/tsconfig.json +++ b/packages/web3-net/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-net": ["."] + "paths": { + "web3-net": ["."] } } } diff --git a/packages/web3-providers/types/tsconfig.json b/packages/web3-providers/types/tsconfig.json index b26b1b8e620..74e0aeeb3a8 100644 --- a/packages/web3-providers/types/tsconfig.json +++ b/packages/web3-providers/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-providers": ["."] + "paths": { + "web3-providers": ["."] } } } diff --git a/packages/web3-shh/types/tsconfig.json b/packages/web3-shh/types/tsconfig.json index 9f1cde7c87a..5129cd82394 100644 --- a/packages/web3-shh/types/tsconfig.json +++ b/packages/web3-shh/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-shh": ["."] + "paths": { + "web3-shh": ["."] } } } diff --git a/packages/web3-utils/types/tsconfig.json b/packages/web3-utils/types/tsconfig.json index a44e769384d..e0200c80d27 100644 --- a/packages/web3-utils/types/tsconfig.json +++ b/packages/web3-utils/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3-utils": ["."] + "paths": { + "web3-utils": ["."] } } } diff --git a/packages/web3/types/tsconfig.json b/packages/web3/types/tsconfig.json index 9007fc9c010..b82402012fa 100644 --- a/packages/web3/types/tsconfig.json +++ b/packages/web3/types/tsconfig.json @@ -8,10 +8,10 @@ "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": false, "baseUrl": ".", - "paths": { - "web3": ["."] + "paths": { + "web3": ["."] } } }