tsc command fails when using sqlite
Hey, just started using the library, and I'm having issues running the
Even though I'm only using sqlite, it seems that typescript is checking for all of the codebase, including mysql and pg types, which break since I don't have the packages installed.
tsc command. Here's the output (shortened a lot though):Even though I'm only using sqlite, it seems that typescript is checking for all of the codebase, including mysql and pg types, which break since I don't have the packages installed.