Skip to content

Commit

Permalink
Fix -n reference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Nov 18, 2017
1 parent e7591c7 commit c57ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gulp

## Loading `tsconfig.json`

**Typescript Node** uses `tsconfig.json` automatically, use `-n` to skip loading `tsconfig.json`.
**Typescript Node** uses `tsconfig.json` automatically, use `--no-project` to skip loading `tsconfig.json`.

**NOTE**: You can use `ts-node` together with [tsconfig-paths](https://www.npmjs.com/package/tsconfig-paths) to load modules according to the `paths` section in `tsconfig.json`.

Expand Down

0 comments on commit c57ded2

Please sign in to comment.