samchon / tgrid

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
https://tgrid.com/
MIT License
146 stars 19 forks source link

Enhance package.json, "devDependencies" #27

Closed samchon closed 5 years ago

samchon commented 5 years ago

To build the TGrid, users must install typescript as a global module by themselves. Also, to build the API Documents, users must install typedoc and typedoc-plugin-external-module-name globally, too. Those actions are not automated and sometimes make users annoying.

To automate those actions, it would better to write those modules in the devDependencies.