neutrino-preset-egg-typescript
Version:
Neutrino preset for supporting Egg.js build with typescript
34 lines (25 loc) • 1.22 kB
Markdown
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]
[]: https://img.shields.io/npm/v/neutrino-preset-egg-typescript.svg?style=flat-square
[]: https://npmjs.org/package/neutrino-preset-egg-typescript
[]: https://img.shields.io/david/okoala/neutrino-preset-egg-typescript.svg?style=flat-square
[]: https://david-dm.org/okoala/neutrino-preset-egg-typescript
[]: https://img.shields.io/npm/dm/neutrino-preset-egg-typescript.svg?style=flat-square
[]: https://npmjs.org/package/neutrino-preset-egg-typescript
```bash
npm install neutrino-preset-egg-typescript --save
```
```javascript
// package.json
"scripts": {
"start": "neutrino start --use neutrino-preset-egg-typescript",
"build": "neutrino build --use neutrino-preset-egg-typescript"
},
```
Please let us know what we can help, check [issues](https://github.com/okoala/neutrino-preset-egg-typescript/issues) for bug reporting and suggestion.