If you are using VS Code, try reload project or restart TS server. The error should go away if the type is installed via npm i --save-dev @types/bcryptjs
npm i --save-dev @types/bcryptjs
Image: typescript: reload project