ember-cli-typescript
Version:
Allow Ember apps to use TypeScript files.
16 lines (11 loc) • 695 B
Markdown
# TypeScript and Ember
This guide covers the common details and "gotchas" of using TypeScript with Ember. Note that we do _not_ cover the use of TypeScript _or_ Ember in general—for those, you should refer to the corresponding documentation:
* [TypeScript docs](https://www.typescriptlang.org/docs/index.html)
* [TypeScript Deep Dive](https://basarat.gitbook.io/typescript/)
* [Ember docs](https://emberjs.com/learn/)
## Outline
* [Using TypeScript With Ember Effectively](using-ts-effectively.md)
* [Decorators](decorators.md)
* [Current limitations](current-limitations.md)
* [Building Addons in TypeScript](with-addons.md)
* [Understanding the `@types` Package Names](package-names.md)