We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5d7d8 commit ab373d9Copy full SHA for ab373d9
website/docs/performance.md
@@ -8,9 +8,9 @@ These tricks will make ts-node faster.
8
9
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.
10
11
-* Enable [swc](./transpilers.md#swc)
+* Enable [swc](./swc.md)
12
* This is by far the fastest option
13
-* Enable [`transpileOnly`](./options.md) to skip typechecking without swc
+* Enable [`transpileOnly`](./options.md#transpileonly) to skip typechecking without swc
14
15
## With typechecking
16
0 commit comments