Skip to content

Commit e050ced

Browse files
authored
Update README.md
1 parent 4583d11 commit e050ced

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Since esbuild can build large typescript node projects in subsecond speeds, this
66

77
**_Please note this library doesnt do typechecking. For typechecking please continue to use tsc._**
88

9+
## Alternatives
10+
11+
Recently, Many alternatives have been released that allow using esbuild with nodejs projects.
12+
13+
I would like to promote a few which I believe does a better job than this library. You should probably use/switch to them from now on.
14+
15+
- **[esbuild-register](https://github.com/egoist/esbuild-register) by [@egoist](https://github.com/egoist)**
16+
- **[ts-eager](https://github.com/mhart/ts-eager) by [@mhart](https://github.com/mhart)**
17+
918
## How does it work?
1019

1120
esbuild-node-tsc reads the tsconfig.json and builds the typescript project using esbuild. esbuild is the fastest typescript builder around. It also copies the non ts files such as json, graphql files, images,etc to the dist folder. If the assets are not copied correctly check the configuration guide below.

0 commit comments

Comments
 (0)