1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 14:30:13 +02:00

docs(typescript/build-tools): update tsup link (#5851)

This commit is contained in:
Grigory
2024-06-11 14:56:56 +05:00
committed by GitHub
parent f08eae2632
commit 4b12137077

View File

@@ -11,6 +11,6 @@ Visit the following resources to learn more:
- [@article@Parcel is a zero configuration build tool for the web](https://parceljs.org/) - [@article@Parcel is a zero configuration build tool for the web](https://parceljs.org/)
- [@article@esbuild is an extremely fast JavaScript bundler and minifier](https://esbuild.github.io/) - [@article@esbuild is an extremely fast JavaScript bundler and minifier](https://esbuild.github.io/)
- [@article@swc is a super-fast compiler written in Rust](https://swc.rs/) - [@article@swc is a super-fast compiler written in Rust](https://swc.rs/)
- [@article@tsup is a zero-config TypeScript build tool](https://tsup.egoist.sh/) - [@article@tsup is a zero-config TypeScript build tool](https://tsup.egoist.dev/)
- [@article@Rollup is a module bundler for JavaScript](https://rollupjs.org/guide/en/) - [@article@Rollup is a module bundler for JavaScript](https://rollupjs.org/guide/en/)
- [@article@tsdx is a zero-config CLI for TypeScript package development](https://tsdx.io/) - [@article@tsdx is a zero-config CLI for TypeScript package development](https://tsdx.io/)