typescript-extends

1.0.1 • Public • Published

Typescript __extends helper exported as node module

In cases, when you want to disable typescript helpers generation with --noEmitHelpers flag, you need to include that helpers manually. Now, you can do that easily!

Example with Webpack

// webpack configuration object

plugins: [
	new webpack.ProvidePlugin({
		__extends: 'typescript-extends'
	})
],

Package Sidebar

Install

npm i typescript-extends

Weekly Downloads

38

Version

1.0.1

License

ISC

Last publish

Collaborators

  • sanex3339