Skip to content

Commit

Permalink
Make the configuration steps more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Feb 8, 2015
1 parent 8044186 commit 997cc49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ npm install ts-loader

### Configuration

1. Add `.ts` as a resolvable extension.
2. Configure all files with a `.ts` extension to be handled by `ts-loader`.

```
module.exports = {
entry: './app.ts',
Expand Down

0 comments on commit 997cc49

Please sign in to comment.