From f60757b68976eb8d9e178b5522b6f8843e2496ef Mon Sep 17 00:00:00 2001 From: Nico Chaves Date: Sat, 7 Oct 2017 19:02:24 -0700 Subject: [PATCH] Update README.md Added missing "node_modules/*" path mapping to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6e955d..9316fcf 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ In the `tsconfig.json` for this project you'll see the following: "baseUrl": ".", "paths": { "*": [ + "node_modules/*", "src/types/*" ] }