Skip to content

Commit

Permalink
Add missing word to README (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Psidium authored and blakeembrey committed Sep 11, 2018
1 parent ad6183a commit 3ff4a69
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 @@ -100,7 +100,7 @@ Create a new node.js configuration, add `-r ts-node/register` to node args and m

## Loading `tsconfig.json`

**Typescript Node** loads `tsconfig.json` automatically. Use `--skip-project` to the loading `tsconfig.json`.
**Typescript Node** loads `tsconfig.json` automatically. Use `--skip-project` to skip loading the `tsconfig.json`.

**Tip**: 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 3ff4a69

Please sign in to comment.