Skip to content

Commit 260a7a0

Browse files
committed
rebuild readme
1 parent 4f2ee38 commit 260a7a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ node --trace-deprecation --abort-on-uncaught-exception -r ts-node/register ./ind
325325

326326
## API
327327

328-
The API includes [additional options](https://typestrong.org/ts-node/api/interfaces/registeroptions.html) not shown here.
328+
The API includes [additional options](https://typestrong.org/ts-node/api/interfaces/RegisterOptions.html) not shown here.
329329

330330
# CommonJS vs native ECMAScript modules
331331

@@ -666,10 +666,10 @@ Then add the following to your `tsconfig.json`.
666666
667667
### Writing your own integration
668668
669-
To write your own transpiler integration, check our [API docs](https://typestrong.org/ts-node/api/interfaces/transpilermodule.html).
669+
To write your own transpiler integration, check our [API docs](https://typestrong.org/ts-node/api/interfaces/TranspilerModule.html).
670670
671671
Integrations are `require()`d, so they can be published to npm. The module must export a `create` function matching the
672-
[`TranspilerModule`](https://typestrong.org/ts-node/api/interfaces/transpilermodule.html) interface.
672+
[`TranspilerModule`](https://typestrong.org/ts-node/api/interfaces/TranspilerModule.html) interface.
673673
674674
# Recipes
675675

0 commit comments

Comments
 (0)