babel/packages/babel-plugin-transform-typescript
Huáng Jùnliàng 89cab4311c
fix: remove imported types from export (#13800)
* fix: remove imported types from export

* add onlyRemoveTypeImports testcase
2021-09-28 15:13:37 -04:00
..
2021-09-02 21:28:31 +00:00

@babel/plugin-transform-typescript

Transform TypeScript into ES.next

See our website @babel/plugin-transform-typescript for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-typescript

or using yarn:

yarn add @babel/plugin-transform-typescript --dev