Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add note about local TypeScript to README (#789)
  • Loading branch information
papb authored and blakeembrey committed Feb 28, 2019
1 parent 7414752 commit c2ecc7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -14,8 +14,9 @@
npm install -D ts-node
npm install -D typescript

# Or globally.
# Or globally with a local version of TypeScript.
npm install -g ts-node
npm install -D typescript
```

**Tip:** Installing modules locally allows you to control and share the versions through `package.json`.
Expand Down

0 comments on commit c2ecc7d

Please sign in to comment.