File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ node --trace-deprecation --abort-on-uncaught-exception -r ts-node/register ./ind
325
325
326
326
## API
327
327
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.
329
329
330
330
# CommonJS vs native ECMAScript modules
331
331
@@ -666,10 +666,10 @@ Then add the following to your `tsconfig.json`.
666
666
667
667
### Writing your own integration
668
668
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).
670
670
671
671
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.
673
673
674
674
# Recipes
675
675
You can’t perform that action at this time.
0 commit comments