Skip to content

Commit

Permalink
Merge pull request #2415 from joshstevens19/@types/allow-synthetic-de…
Browse files Browse the repository at this point in the history
…fault-import-off

fix: turn allowSyntheticDefaultImports to false
  • Loading branch information
nivida authored Feb 26, 2019
2 parents 03b2d39 + 933b165 commit 11ff38e
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions packages/web3-bzz/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-bzz": ["."]
"paths": {
"web3-bzz": ["."]
}
}
}
2 changes: 1 addition & 1 deletion packages/web3-core-helpers/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-core-helpers": ["."]
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-method/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-core-method": ["."]
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-core/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-core": ["."]
"paths": {
"web3-core": ["."]
}
}
}
2 changes: 1 addition & 1 deletion packages/web3-eth-abi/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-eth-abi": ["."]
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-eth-accounts/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-eth-accounts": ["."]
"paths": {
"web3-eth-accounts": ["."]
}
}
}
6 changes: 3 additions & 3 deletions packages/web3-eth-contract/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-eth-contract": ["."]
"paths": {
"web3-eth-contract": ["."]
}
}
}
2 changes: 1 addition & 1 deletion packages/web3-eth-ens/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-eth-ens": ["."]
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-iban/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-eth-iban": ["."]
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-personal/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-eth-personal": ["."]
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-eth/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-eth": ["."]
"paths": {
"web3-eth": ["."]
}
}
}
6 changes: 3 additions & 3 deletions packages/web3-net/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-net": ["."]
"paths": {
"web3-net": ["."]
}
}
}
6 changes: 3 additions & 3 deletions packages/web3-providers/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-providers": ["."]
"paths": {
"web3-providers": ["."]
}
}
}
6 changes: 3 additions & 3 deletions packages/web3-shh/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-shh": ["."]
"paths": {
"web3-shh": ["."]
}
}
}
6 changes: 3 additions & 3 deletions packages/web3-utils/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-utils": ["."]
"paths": {
"web3-utils": ["."]
}
}
}
6 changes: 3 additions & 3 deletions packages/web3/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3": ["."]
"paths": {
"web3": ["."]
}
}
}

0 comments on commit 11ff38e

Please sign in to comment.