Skip to content

Commit

Permalink
fix(webpack): add tslint config
Browse files Browse the repository at this point in the history
closes #770
  • Loading branch information
JeroenVinke committed Oct 11, 2017
1 parent df21036 commit 668b2fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const ProjectItem = require('../../../../../project-item').ProjectItem;

module.exports = function(project) {
project.addToContent(
ProjectItem.resource('tslint.json', 'content/tslint.json'),
ProjectItem.resource('tsconfig.json', 'content/tsconfig.template.json')
.asTemplate(project.model),
ProjectItem.directory('custom_typings')
Expand Down

0 comments on commit 668b2fb

Please sign in to comment.