Skip to content

Commit

Permalink
docs: fix TS version typo in README.md (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
heejongahn committed Jun 16, 2020
1 parent 4cf0b7d commit 1f3d82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ module.exports = {
};
```

If you are using **TypeScript >= 2.8.0**, it's recommended to set `"importsNotUsedAsValues": "preserve"` [compiler option](https://www.typescriptlang.org/docs/handbook/compiler-options.html)
If you are using **TypeScript >= 3.8.0**, it's recommended to set `"importsNotUsedAsValues": "preserve"` [compiler option](https://www.typescriptlang.org/docs/handbook/compiler-options.html)
in the `tsconfig.json`. [Here is an explanation.](#type-only-modules-watching)

> You can find examples how to configure it with [babel-loader](https://github.com/babel/babel-loader), [ts-loader](https://github.com/TypeStrong/ts-loader),
Expand Down

0 comments on commit 1f3d82f

Please sign in to comment.