* fix(typescript): erase type exports * use Set instead of array for tracking and checking TS type declarations * add a test for an interface exported before its declaration
@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