Skip to content

Commit a467777

Browse files
authored
Update README.md
1 parent ec0104d commit a467777

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ Build your Typescript Node.js projects using blazing fast **[esbuild](https://gi
44

55
Since esbuild can build large typescript node projects in subsecond speeds, this is quite useful for development builds too if you want to stick with `tsc` for production builds.
66

7-
<div style="text-align:center">
8-
<img src="https://user-images.githubusercontent.com/4029423/94347242-c6497600-0032-11eb-8a66-4311adf04554.gif" width="638" height="750">
9-
</div>
10-
<br>
11-
127
**_Please not this library doesnt do typechecking. For typechecking please continue to use tsc._**
138

149
## How does it work?
@@ -91,6 +86,11 @@ Finally run
9186
npm run dev
9287
```
9388

89+
## Comparison with tsc
90+
91+
<img src="https://user-images.githubusercontent.com/4029423/94347242-c6497600-0032-11eb-8a66-4311adf04554.gif" width="638" height="750">
92+
93+
9494
## Optional configuration
9595

9696
By default esbuild-node-tsc should work out of the box for your project since it reads the necessary configuration from your tsconfig.json

0 commit comments

Comments
 (0)