[babel-preset-typescript] Fixed link of plugin-transform-typescript. (#7700) [skip ci]

This commit is contained in:
Alexander Pepper
2018-04-12 22:44:43 +02:00
committed by Henry Zhu
parent a86d14de61
commit 1e41f613bb

View File

@@ -4,7 +4,7 @@
This preset includes the following plugins:
- [@babel/plugin-transform-typescript](https://babeljs.io/docs/plugins/transform-typescript/)
- [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript)
> You will need to specify `--extensions ".ts"` for `@babel/cli` & `@babel/node` cli's to handle `.ts` files.