Package Exports
- ember-cli-typescript
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-cli-typescript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TypeScript support for ember-cli
Adds precompilation of TypeScript files and all the basic generation
types to the ember generate
command.
It was inspired (and forked from) the CoffeeScript addon (https://github.com/kimroen/ember-cli-coffeescript).
Note: This is under development and probably doesn't work as expected. PRs welcome!
Includes
- Generating files in TypeScript with
ember generate
- Preprocessing TypeScript-files in your app
Install
ember install:addon ember-cli-typescript
NB: This addon requires ember-cli version 0.2.0-beta.1
and up.