Vincent Jaubert
Vincent Jaubert
This feature request was first created in 2011. Is there any plan to someday implement it ? Or are there other ways to do it ?
20250610 doesn't error anymore with npm. But it still errors with a pnpm project. I updated the repro accordingly.
I removed Fastify, which was not needed for the reproduction.
I have hope the WIP PR https://github.com/microsoft/typescript-go/pull/1348 will fix this. I maybe completely wrong though 🤷
> On one project, `tsgo --noEmit` from `@typescript/[email protected]` gives dozens of TS2742 errors, whereas `tsc --noEmit` from `[email protected]` runs clean. Yes, that's the problem. The thing is, the code they...