SyntaxError: Unexpected token ‘export’ in typescript monorepo project
I am working on a microservice application with Nest.js in a pnpm monorepo workspace. I have a type package where I defined all the types of my project.
I am working on a microservice application with Nest.js in a pnpm monorepo workspace. I have a type package where I defined all the types of my project.