From 3ff4a69181a3695b3896a250a5dcd8027f818543 Mon Sep 17 00:00:00 2001 From: Gabriel Borges Date: Tue, 11 Sep 2018 00:36:41 -0300 Subject: [PATCH] Add missing word to README (#680) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.