diff --git a/README.md b/README.md index 9ccc4b162..a0cb22685 100644 --- a/README.md +++ b/README.md @@ -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`.