From ebbcf395f329bc3ecb094a2e54a1c2232871ff15 Mon Sep 17 00:00:00 2001 From: hiro08 <39504660+hiro08gh@users.noreply.github.com> Date: Mon, 16 Sep 2019 08:20:45 +0900 Subject: [PATCH] Add note about `ntypescript` to README (#877) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a866f73b3..737fd694a 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ You can set options by passing them before the script path, via programmatic usa ts-node --compiler ntypescript --project src/tsconfig.json hello-world.ts ``` +**Note:** [`ntypescript`](https://github.com/TypeStrong/ntypescript#readme) is an example of a TypeScript compatible `compiler`. + ### CLI Options Supports `--print`, `--eval` and `--require` from [node.js CLI options](https://nodejs.org/api/cli.html).