Skip to content

Commit

Permalink
Add note about ntypescript to README (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro08gh authored and blakeembrey committed Sep 15, 2019
1 parent 12ff53d commit ebbcf39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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).
Expand Down

0 comments on commit ebbcf39

Please sign in to comment.