Skip to content

Commit

Permalink
Merge pull request #675 from FLGMwt/patch-1
Browse files Browse the repository at this point in the history
typo: s/will generated/will generate
  • Loading branch information
johnnyreilly committed Oct 27, 2017
2 parents 605727d + 5e434e2 commit e78c31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -427,7 +427,7 @@ compilation without being explicitly imported, and therefore not picked up by we

### Usage with Webpack watch

Because TS will generated .js and .d.ts files, you should ignore these files, otherwise watchers may go into an infinite watch loop. For example, when using Webpack, you may wish to add this to your webpack.conf.js file:
Because TS will generate .js and .d.ts files, you should ignore these files, otherwise watchers may go into an infinite watch loop. For example, when using Webpack, you may wish to add this to your webpack.conf.js file:

```js
plugins: [
Expand Down

0 comments on commit e78c31b

Please sign in to comment.