rollup-plugin-fast-typescript
JSON →A Rollup plugin that delegates TypeScript transpilation to one of esbuild, swc, or sucrase for faster builds. Current stable version is 3.0.0, requiring Rollup ≥4.0.0 and Node ≥24.0.0. It provides zero-config operation via tsconfig.json, supports tsconfig extends, paths, baseUrl, rootDirs, and moduleSuffixes. Unlike @rollup/plugin-typescript or rollup-plugin-esbuild, it offers a choice of transpiler while maintaining full TypeScript-like module resolution. The plugin is ESM-only and does not perform type checking or emit declarations.