0.5.0 • Published 9 years ago
ember-cli-typify v0.5.0
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/emberCreate a tsconfig.json file:
ember generate ember-cli-typifyIncremental 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
9 years ago
0.4.4
9 years ago
0.4.3
9 years ago
0.4.2
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.0
9 years ago
0.1.1
9 years ago
0.1.0
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago