Skip to content

Commit ab373d9

Browse files
authored
Update performance.md
1 parent bf5d7d8 commit ab373d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ These tricks will make ts-node faster.
88

99
It is often better to use `tsc --noEmit` to typecheck as part of your tests or linting. In these cases, ts-node can skip typechecking.
1010

11-
* Enable [swc](./transpilers.md#swc)
11+
* Enable [swc](./swc.md)
1212
* This is by far the fastest option
13-
* Enable [`transpileOnly`](./options.md) to skip typechecking without swc
13+
* Enable [`transpileOnly`](./options.md#transpileonly) to skip typechecking without swc
1414

1515
## With typechecking
1616

0 commit comments

Comments
 (0)