Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 391 Bytes

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.