ember-cli-typescript
Version:
Allow Ember apps to use TypeScript files.
31 lines (21 loc) • 1.18 kB
Markdown
# Known Typings
This is a list of all known typings specific to the Ember.js ecosystem. (You'll of
course find many other modules with their own typings out there.)
Don't see an addon you use listed here? You might be the one to write them! Check
out [this blog post] or [this quest issue] for tips on how to do it, and feel free
to ask for help in the `#topic-typescript` channel on the [Ember Community Discord server].
[this blog post]: http://www.chriskrycho.com/2017/typing-your-ember-part-5.html
[this quest issue]: https://github.com/typed-ember/ember-typings/issues/14
[Ember Community Discord server]: https://discord.gg/zT3asNS
## Integrated in the addon
(Someday soon this list should get _long and awesome_! Help us make it happen!)
* [ember-test-friendly-error-handler](https://github.com/rwjblue/ember-test-friendly-error-handler)
* [True Myth](https://github.com/chriskrycho/true-myth)
## DefinitelyTyped (`@types`)
For addons which do not have types shipped with the addon directly, you may be find them on DefinitelyTyped:
* `@types/ember-data`
* `@types/ember-mocha`
* `@types/ember-qunit`
* `@types/ember__test-helpers`
* `@types/ember`
* `@types/rsvp`