1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

Merge pull request #50 from nmchaves/patch-1

Update README.md
This commit is contained in:
Bowden Kelly
2017-12-11 13:37:10 -08:00
committed by GitHub

View File

@@ -187,6 +187,7 @@ In the `tsconfig.json` for this project you'll see the following:
"baseUrl": ".",
"paths": {
"*": [
"node_modules/*",
"src/types/*"
]
}