rollup-plugin-typescript2 icon indicating copy to clipboard operation
rollup-plugin-typescript2 copied to clipboard

`"module": "preserve"` support

Open Exidex opened this issue 1 year ago • 0 comments

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

Exidex avatar Aug 01 '24 15:08 Exidex