From f73ebaa152402ac0085cebecdc7410acec85e9be Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Tue, 23 Jan 2024 12:34:30 +0900 Subject: [PATCH] docs: update tsx tip --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46cd6fa..42de765 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,14 @@ Speed up your Webpack build with [esbuild](https://github.com/evanw/esbuild)! Curious how much faster your build will be? See [what users are saying](https://github.com/privatenumber/esbuild-loader/discussions/138). -> **💡 Protip: Enhance your Node.js DX with `tsx`** +> [!TIP] +> **Are you using TypeScript with Node.js?** +> +> Supercharge your Node.js with TypeScript support using _tsx_! +> +> _tsx_ is a simple, lightweight, and blazing fast alternative to ts-node. > -> If you're interested in supercharging your Node.js runtime with esbuild, take a look at our new project [`tsx`](https://github.com/esbuild-kit/tsx). It's an esbuild-enhanced Node.js runtime that can run TypeScript instantly! +> [→ Learn more about _tsx_](https://github.com/privatenumber/tsx)