tslib-webpack-starter

A boilerplate project for typescript + webpack + tslint + babel

Downloads
11
Stars
6
Committers
1

tslib-webpack-starter

A starter for creating typescript libraries with webpack. It features:

  • webpack for building and bundling
  • typescript + babel for compiling to es5
  • tslint for linting
  • tsd for requiring typescript dependencies
  • karma, mocha and chai for testing

How to

Simply clone the repository and modify the package.json to your liking.