mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
20 lines
591 B
JSON
20 lines
591 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["./scripts", "./test", "./tasks"],
|
|
"files": [
|
|
"./hardhat.config.ts",
|
|
"./modules/tenderly/tenderly.d.ts",
|
|
"node_modules/@nomiclabs/buidler-ethers/src/type-extensions.d.ts",
|
|
"node_modules/buidler-typechain/src/type-extensions.d.ts",
|
|
"node_modules/@nomiclabs/buidler-waffle/src/type-extensions.d.ts",
|
|
"node_modules/@nomiclabs/buidler-etherscan/src/type-extensions.d.ts"
|
|
]
|
|
}
|