File I am editing that is causing errors: Blockchain.service.ts
Around 9:48 in the video, when you have to import the Blockchain from your folder, the source, then 'Blockchain' (for example, SavjeeCoin/src/blockchain), I have an error saying, "Cannot find module 'owencoin/src/blockchain' or its corresponding type declarations."
Around 10:23 in the video, when you have to import EC from elliptic, I am getting an error saying, "Module '"C:/Users/peter/Desktop/owencoin/node_modules/@types/elliptic/index"' has no default export."
Around 12:50-13:07 in the video, when you have to create a keyObj, public key, and private key, an error for each of them says, "(property) privateKey: any
Type 'any' is not assignable to type 'never'."