File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"exclude" : [" dist" , " node_modules" ],
12
12
"files" : [
13
- " ./buidler .config.ts" ,
13
+ " ./hardhat .config.ts" ,
14
14
" ./scripts/**/*.ts" ,
15
15
" ./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" ,
20
20
" ./index.d.ts"
21
21
]
22
22
}
You can’t perform that action at this time.
0 commit comments