0.5.0 • Published 7 years ago

ember-cli-typify v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

DEPRECATED

Please use ember-cli-typescript instead.

Ember-cli-typify

Enable typescript preprocessing on Ember 2.x apps.

One time setup

To use install dependencies

npm install --save-dev typescript@2.0 # Older versions are not supported
npm install --save-dev ember-cli-typify
npm install --save-dev @types/ember

Create a tsconfig.json file:

ember generate ember-cli-typify

Incremental adoption

Rename the files you want to check from .js to .ts

VSCode setup

Create the file .vscode/settings.json with the following content:

// Place your settings in this file to overwrite default and user settings.
{
    "typescript.tsdk" : "node_modules/typescript/lib"
}
0.5.0

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago