Skip to content

Commit b6f0fbf

Browse files
committed
build: update paths in config
1 parent 652fe6d commit b6f0fbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"exclude": ["dist", "node_modules"],
1212
"files": [
13-
"./buidler.config.ts",
13+
"./hardhat.config.ts",
1414
"./scripts/**/*.ts",
1515
"./test/**/*.ts",
16-
"node_modules/@nomiclabs/buidler-ethers/src/type-extensions.d.ts",
17-
"node_modules/@nomiclabs/buidler-etherscan/src/type-extensions.d.ts",
18-
"node_modules/@nomiclabs/buidler-waffle/src/type-extensions.d.ts",
19-
"node_modules/buidler-typechain/src/type-extensions.d.ts",
16+
"node_modules/@nomiclabs/hardhat-ethers/internal/type-extensions.d.ts",
17+
"node_modules/@nomiclabs/hardhat-etherscan/dist/src/type-extensions.d.ts",
18+
"node_modules/@nomiclabs/hardhat-waffle/dist/src/type-extensions.d.ts",
19+
"node_modules/@typechain/hardhat/dist/type-extensions.d.ts",
2020
"./index.d.ts"
2121
]
2222
}

0 commit comments

Comments
 (0)