735546619e
Signed-off-by: T-Hax <>
15 lines
375 B
JSON
15 lines
375 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist",
|
|
"typeRoots": ["./typechain", "./node_modules/@types"],
|
|
"types": ["@nomiclabs/hardhat-ethers", "@nomiclabs/hardhat-waffle"]
|
|
},
|
|
"include": ["./test"],
|
|
"files": ["./hardhat.config.ts"]
|
|
}
|