ember-cli-typescript
Advanced tools
Changelog
[1.2.1] - 2018-03-14
Changelog
[1.2.0] - 2018-03-05
// @ts-ignore
component template import.-addon
blueprints for all the things to generate .ts files in app/
in an addon.<app-name>/config/environment
module now resolves correctly from app code. If you have a version of this file previously generated at types/<app-name>/config/environment.d.ts
, you'll likely want to move it to app/config/environment.d.ts
.Changelog
[1.1.6] - 2018-02-23
ember-cli-typescript
now deterministically override the base ones from ember-data
and ember-source
.Changelog
[1.1.5] - 2018-02-20
tsconfig.json
blueprint to properly include the types
directory.Changelog
[1.1.4] - 2018-02-20
tsconfig.json
now includes inline source maps to support integrating with Babel sourcemaps, and the README has instructions for configuring Ember CLI's Babel integration.app
trees now get compiled properly.Changelog
[1.1.3] - 2018-02-16
types/<my app>/index.d.ts
: add missing import and an export statement so ambient declarations work.Changelog
[1.1.2] - 2018-02-13
ember-cli-version-checker
version too low: put it in dependencies
.