# neutrino-preset-egg-typescript
Neutrino preset for supporting Egg.js build with typescript

[![NPM version][npm-image]][npm-url]
[![David deps][david-image]][david-url]
[![NPM download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/neutrino-preset-egg-typescript.svg?style=flat-square
[npm-url]: https://npmjs.org/package/neutrino-preset-egg-typescript
[david-image]: https://img.shields.io/david/okoala/neutrino-preset-egg-typescript.svg?style=flat-square
[david-url]: https://david-dm.org/okoala/neutrino-preset-egg-typescript
[download-image]: https://img.shields.io/npm/dm/neutrino-preset-egg-typescript.svg?style=flat-square
[download-url]: https://npmjs.org/package/neutrino-preset-egg-typescript


## Install
```bash
npm install neutrino-preset-egg-typescript --save
```

## Getting Started
```javascript
// package.json
"scripts": {
  "start": "neutrino start --use neutrino-preset-egg-typescript",
  "build": "neutrino build --use neutrino-preset-egg-typescript"
},
```

## How to Contribute

Please let us know what we can help, check [issues](https://github.com/okoala/neutrino-preset-egg-typescript/issues) for bug reporting and suggestion.

