diff --git a/README.md b/README.md index 359ee67..09c4c0b 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/*" ] }