Skip to content

Commit

Permalink
Update helpers dir reference in tsconfig
Browse files Browse the repository at this point in the history
Removed `/`to be consistent with other items.
  • Loading branch information
nkuba committed Dec 7, 2023
1 parent 0d6e4ea commit 0c44856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"resolveJsonModule": true
},
"files": ["./hardhat.config.ts"],
"include": ["./deploy", "./test", "./typechain", "./helpers/"]
"include": ["./deploy", "./test", "./typechain", "./helpers"]
}

0 comments on commit 0c44856

Please sign in to comment.