Skip to content

Commit 3ad15b1

Browse files
committed
fix(generators): add TS tabs generator
1 parent f14e384 commit 3ad15b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tooling/generators/tabs/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ TabsGenerator.prototype.run = function(){
3737
var pageGenerator = new PageGenerator({
3838
name: tabName,
3939
generator: 'page',
40-
appDirectory: this.appDirectory
40+
appDirectory: this.appDirectory,
41+
isTS: this.isTS
4142
});
4243

4344
pageGenerator.run();

0 commit comments

Comments
 (0)