weiran-zsd / dts-cli

Zero-config CLI for TypeScript package development
MIT License
440 stars 23 forks source link

Switch to @rollup/plugin-typescript from rollup-plugin-typescript2 #2

Open pravi opened 3 years ago

pravi commented 3 years ago

Current Behavior

Currently rollup-plugin-typescript2 is used

Desired Behavior

typanion and clipanion recently moved to @rollup/plugin-typescript https://github.com/arcanis/typanion/pull/8

as it is maintained by rollup community directly has better chance of long term maintenance.

Suggested Solution

Update dependency to @rollup/plugin-typescript

Who does this impact? Who is this for?

Switching to better maintained dependencies is always a big win for long term

Describe alternatives you've considered

Additional context

It'd help in reducing maintenance in debian, we already have @rollup/plugin-typescript and it'd be nice if we can avoid maintaining rollup-plugin-typescript2 as well.

aladdin-add commented 3 years ago

👍 sounds good!