We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affc100 commit 1ad5d09Copy full SHA for 1ad5d09
blueprints/ember-cli-typescript/index.js
@@ -24,7 +24,7 @@ module.exports = {
24
// Entity name is optional right now, creating this hook avoids an error.
25
},
26
27
- beforeInstall: function() {
+ afterInstall: function() {
28
return this.addPackagesToProject([
29
{ name: 'typescript', target: '^2.1' },
30
{ name: '@types/ember', target: '^2.7.34' }
0 commit comments