A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc
496
stars
32
forks
source link
work with `allowImportingTsExtensions` #210
Closed
trim21 closed 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