mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: tsconfig.json typescript config
This commit is contained in:
parent
512877af44
commit
93334a94ab
|
@ -8,7 +8,7 @@
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"resolveJsonModule": true
|
"resolveJsonModule": true
|
||||||
},
|
},
|
||||||
"include": ["./scripts", "./test", "./tasks", "test-suites/test-aave/uniswapAdapters.repay.spec.ts", "test-suites/test-aave/upgradeability.spec.ts", "test-suites/test-aave/variable-debt-token.spec.ts", "test-suites/test-aave/weth-gateway.spec.ts"],
|
"include": ["./scripts", "./tasks", "./test-suites", "./helpers"],
|
||||||
"files": [
|
"files": [
|
||||||
"./hardhat.config.ts",
|
"./hardhat.config.ts",
|
||||||
"./modules/tenderly/tenderly.d.ts",
|
"./modules/tenderly/tenderly.d.ts",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user