ezolenko / rollup-plugin-typescript2

Rollup plugin for typescript with compiler errors.
MIT License
820 stars 71 forks source link

`"module": "preserve"` support #473

Open Exidex opened 1 month ago

Exidex commented 1 month ago

This option is needed to solve https://github.com/grpc/grpc-node/issues/2617 which prevents grpc-js from being compiled using rollup-plugin-typescript2

Currently only ES2015, ES2020, ES2022 and ESNext module options are supported.

Option was added in Typescript 5.4