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

work with `allowImportingTsExtensions` #210

Closed trim21 closed 1 year ago

trim21 commented 1 year ago

Feature Use Case

ts 5.0 support allowImportingTsExtensions so in your ts files you can import ts files with .ts extension,

when this option in tsconfig is enabled, this plugin failed to build.

Feature Proposal

wessberg commented 1 year ago

Hi @trim21,

Absolutely! This has been implemented and will be part of the next release.