After using the nest js cli to create a library, I initially built it. But when attempting to import it as a module, there was an issue with recognition.
The error message displayed: "Cannot find module '@app/big-query' or its corresponding type declarations."
Since all the code was auto generated, I assumed importing it would be sufficient, based on the documentation.