2021-04-22 18:30:51 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2018",
|
|
|
|
"module": "commonjs",
|
|
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true,
|
2021-07-28 18:13:30 +00:00
|
|
|
"outDir": "dist",
|
|
|
|
"resolveJsonModule": true
|
2021-04-22 18:30:51 +00:00
|
|
|
},
|
|
|
|
"include": ["./scripts", "./test", "./common"],
|
|
|
|
"files": ["./hardhat.config.ts"]
|
|
|
|
}
|