Originated from here and adapted for typescript
Webpack based boilerplate for producing libraries (Input: typescript/ES6, Output: universal library)
- typescript modules supported, they can reference js modules and js modules can ref typescript
- clean package.json dependencies
- make test build have separate node_modules.js, like dev build
- generated libs should have jsdoc comments in it
- create solution for typescript
- generate typescript definitions correctly