Skip to content

Commit d886d71

Browse files
authored
fix(docs): update tsx documentation link (#68)
1 parent 10f7c7c commit d886d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/typescript/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npx ts-node example.ts
2424

2525
## Running TypeScript code with `tsx`
2626

27-
[tsx](https://tsx.is/) is another TypeScript execution environment for Node.js. It allows you to run TypeScript code directly in Node.js without the need to compile it first. Note, however, that it does not type check your code. So we recommend to type check your code first with `tsc` and then run it with `tsx` before shipping it.
27+
[tsx](https://tsx.hirok.io/) is another TypeScript execution environment for Node.js. It allows you to run TypeScript code directly in Node.js without the need to compile it first. Note, however, that it does not type check your code. So we recommend to type check your code first with `tsc` and then run it with `tsx` before shipping it.
2828

2929
To use `tsx`, you need to install it first:
3030

0 commit comments

Comments
 (0)