Typescript sandbox boilerplate utilizing:
- Typings (inside package.json - the TS2.0 way)
- Lint (tslint + eslint-rules)
- Testing: Karma + Jasmine
- lite-server utilizing browser-sync (see browser-sync.config.json)
- Generics; Array flattening and sorting using basic functions
- Example of referencing a typescript node module from a private repostiory (github)