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
496 stars 32 forks source link

Lower engines NPM version to >= 6.14.17 #200

Closed schinery closed 1 year ago

schinery commented 1 year ago

Lowering the required NPM version to 6.14.17 so that this plugin can be installed in Node apps running Node >= 14.9.0 with the default NPM installed and using engine-strict: true.

As detailed in https://github.com/wessberg/rollup-plugin-ts/issues/199