mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
19 lines
563 B
JSON
19 lines
563 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"outDir": "dist",
|
||
|
"resolveJsonModule": true
|
||
|
},
|
||
|
"include": ["./**/*"],
|
||
|
"files": [
|
||
|
"./buidler.config.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"
|
||
|
]
|
||
|
}
|
||
|
|