Skip to content

Commit

Permalink
fix(tsconfig): Fix import in a ts file by adding a json to `tsconfig.…
Browse files Browse the repository at this point in the history
…json`
  • Loading branch information
kkirkov committed Aug 6, 2024
1 parent 453a85b commit 15d556d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beacon-light-client/solidity/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../../tsconfig.hardhat.json",
"files": [
"./hardhat.config.ts"
"./hardhat.config.ts",
"tasks/hashi_abi.json"
],
"include": [
"./tasks",
Expand Down

0 comments on commit 15d556d

Please sign in to comment.