Skip to content

Commit

Permalink
fix: set path for hardhat-ethers
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Aug 23, 2023
1 parent e08179b commit 28795b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"compilerOptions": {
"baseUrl": ".",
"target": "ES2020",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"outDir": "dist"
"outDir": "dist",
"paths": {
"@nomiclabs/hardhat-ethers": ["node_modules/hardhat-deploy-ethers"]
}
},
"include": ["./typechain", "./deploy"],
"files": ["./hardhat.config.ts"]
Expand Down

0 comments on commit 28795b1

Please sign in to comment.