0.1.0 • Published 7 years ago

neutrino-preset-egg-typescript v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

neutrino-preset-egg-typescript

Neutrino preset for supporting Egg.js build with typescript

NPM version David deps NPM download

Install

npm install neutrino-preset-egg-typescript --save

Getting Started

// 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 for bug reporting and suggestion.