Skip to content

Commit

Permalink
Update tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Oct 16, 2020
1 parent 81ad5f5 commit 89d7ee4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
5 changes: 4 additions & 1 deletion packages/web3-eth2-beaconchain/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"outDir": "./lib"
},
"include": [
"./src"
"src"
],
"exclude": [
""
]
}
19 changes: 11 additions & 8 deletions packages/web3-eth2-core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "src"
},
"include": [
"./src"
]
}
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./lib"
},
"include": [
"src"
],
"exclude": [
""
]
}
2 changes: 1 addition & 1 deletion packages/web3-eth2-core/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"allowSyntheticDefaultImports": false,
"baseUrl": ".",
"paths": {
"web3-core": ["."]
"web3-eth2-core": ["."]
}
}
}

0 comments on commit 89d7ee4

Please sign in to comment.