Skip to content

Commit

Permalink
rebuild readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 23, 2021
1 parent 4f2ee38 commit 260a7a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ node --trace-deprecation --abort-on-uncaught-exception -r ts-node/register ./ind

## API

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

# CommonJS vs native ECMAScript modules

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

0 comments on commit 260a7a0

Please sign in to comment.