Open govindchowdhari opened 2 months ago
NestJs does not read ts fiel directly (like vite for instance). The bundler and typescript transpiler are not setup the same way.
For NestJs, you need to transpile your package first (tsc). Then you can import your package.
With pnpm packages, you can :
I am trying to have a similar setup but found no resolution. what was the resolution from nestjs?