wessberg / rollup-plugin-ts

A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc
MIT License
495 stars 33 forks source link

After upgrading typescript to 5.5.2 throws error while build TS projects. #227

Open ragavsky opened 2 months ago

ragavsky commented 2 months ago

Error while build TS project:

when we run build, rollup use rollup-plugin-ts plugin for build ts files. After upgrading the typescript is gives error while build, I have attached screen shots. image

We need your response to resolve this issue. Thanks in advance.

jdalton commented 1 month ago

Related to https://github.com/microsoft/TypeScript/pull/57472

narcecl commented 1 month ago

I have the same problem, I solved downgrading to Typescript 4.9.5. Will there be a future version to resolve this issue?