Using tslib for TypeScript 2.1 with Aurelia to save bandwidth

The TypeScript release notes for version 2.1 contains an interesting section named ‘Support for external helpers library (tslib)’. This new feature allows you to use require.js to get the polyfills or helper functions that…