mirror of
https://github.com/Instadapp/infinite-proxy.git
synced 2024-07-29 21:47:49 +00:00
13 lines
265 B
JSON
13 lines
265 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2018",
|
||
|
"module": "commonjs",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"outDir": "dist",
|
||
|
"declaration": true
|
||
|
},
|
||
|
"include": ["./scripts", "./test", "./typechain"],
|
||
|
"files": ["./hardhat.config.ts"]
|
||
|
}
|