astro-ghostcms/.pnpm-store/v3/files/e6/db44ad340e034d4fff5c2976e5a...

20 lines
379 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
# @babel/plugin-transform-typescript
> Transform TypeScript into ES.next
See our website [@babel/plugin-transform-typescript](https://babeljs.io/docs/babel-plugin-transform-typescript) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-typescript
```
or using yarn:
```sh
yarn add @babel/plugin-transform-typescript --dev
```