see whxaxes/blog#11
$ npm run dev
$ npm run test
Debugging in vscode, just need to press F5
;
Injecting app/controller
, app/proxy
, app/service
and app/extend
to Egg by d.ts, which was auto generated by egg-ts-helper.
here is the typings:
https://github.com/whxaxes/egg-boilerplate-d-ts/tree/master/typings/app
MIT
whxaxes