rollup-plugin-ts
rollup-plugin-ts copied to clipboard
After upgrading typescript to 5.5.2 throws error while build TS projects.
- Version: 3.4.5
- Rollup Version: 4.17.1
- Operating System and version (if applicable):
- Node Version (if applicable): v18.17.1
- Does it work with
tsc(if applicable):
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.
We need your response to resolve this issue. Thanks in advance.
Related to https://github.com/microsoft/TypeScript/pull/57472
I have the same problem, I solved downgrading to Typescript 4.9.5. Will there be a future version to resolve this issue?