Relative Content

Tag Archive for typescriptnext.js14

Next.js operates outside workspace

I have a little typescript project using Next for client side and Nest for server side in different workspaces. However, when I run next build (in the client workspace), it recognizes an error (that isn’t there because the tsconfig for the server is different) in the server workspace. This is my folder structure: