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 3c23e62 commit 61ff94fCopy full SHA for 61ff94f
lib/ionic/generate.js
@@ -32,7 +32,7 @@ IonicTask.prototype.run = function(ionic, argv) {
32
33
var generator = argv._[1];
34
var name = argv._[2] //TODO support multiple names
35
- var isTS = project.typescript || argv.ts;
+ var isTS = project.get('typescript') || argv.ts;
36
37
var ionicModule = loadToolingModule();
38
0 commit comments