babel/packages/babel-plugin-syntax-typescript
Nicolò Ribaudo 8c7d4b55c9
Add plugins name (#8769)
* Add plugins name

* Add missing names found by the plugin

* Add eslint plugin
2018-11-18 23:02:58 +01:00
..
2018-11-18 23:02:58 +01:00
2018-11-06 17:21:22 -05:00

@babel/plugin-syntax-typescript

Allow parsing of TypeScript syntax

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

Install

Using npm:

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

or using yarn:

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