UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

13 lines (9 loc) 300 B
import typescriptBlueprintPolyfill from 'ember-cli-typescript-blueprint-polyfill'; export default { description: 'Generates an initializer.', shouldTransformTypeScript: true, init() { this._super && this._super.init.apply(this, arguments); typescriptBlueprintPolyfill(this); }, };