barbatus:typescript-runtime

TypeScript Runtime for Meteor


Install
meteor add barbatus:typescript-runtime@=1.0.0

Documentation

TypeScript Helpers

This package currently includes TypeScript helpers, which are variables generated by TypeScript and used throughout the compiled code. For example, __extends helper allows to change implementation (if overriden) of the class inheritance.

Helpers are imported from official tslib NPM, and then exposed globally.