PatrickAlphaC / hardhat-fund-me-fcc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Errors on Unit Tests

Killpit opened this issue · comments

Module '"hardhat"' has no exported member 'deployments'.
Cannot find module '../../helper-hardhat-config' or its corresponding type declarations.
Cannot find module '../../typechain-types' or its corresponding type declarations.

Couldn't find the solutions and that might need to be fixed

commented

you should post your code so we can try to help out

Module '"hardhat"' has no exported member 'deployments'. Cannot find module '../../helper-hardhat-config' or its corresponding type declarations. Cannot find module '../../typechain-types' or its corresponding type declarations.

Couldn't find the solutions and that might need to be fixed

@Killpit have you declared tsconfig.json file?