fix: tsconfig.json typescript config

This commit is contained in:
David Racero 2021-05-17 10:33:54 +02:00
parent 512877af44
commit 93334a94ab

View File

@ -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",