:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. ⭐️ Star to support our work!
Describe the bug
The most recent version of @tsed/prisma doesn't work with typescript anymore when importing generated models from'@tsed/prisma'.
the file \node_modules\@tsed\prisma\lib\types\index.d.ts cointains the following
export * from "../.schema.js";
when manually changing to
export * from "../.schema";
(removing the file extenions) everything works as expectedTo Reproduce
Expected behavior
import works as before (last tested version that works 7.36.5à
Code snippets
No response
Repository URL example
https://github.com/tsedio/tsed-example-prisma
OS
Windows Os
Node version
v20.18.0
Library version
v7.83.4
Additional context
No response