Skip to content

Commit

Permalink
fix(generator-ts): use .ts ending in template
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hoff committed Oct 7, 2017
1 parent ab292f1 commit c10061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources/generators/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class ${className}Generator {
let className = this.project.makeClassName(name);
this.project.elements.add(
ProjectItem.text(\`\${fileName}.js\`, this.generateSource(className))
ProjectItem.text(\`\${fileName}.ts\`, this.generateSource(className))
);
return this.project.commitChanges()
Expand Down

0 comments on commit c10061f

Please sign in to comment.