Package Exports
- neutrino-preset-egg-typescript
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (neutrino-preset-egg-typescript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
neutrino-preset-egg-typescript
Neutrino preset for supporting Egg.js build with typescript
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.