diff --git a/lib/commands/new/buildsystems/webpack/transpilers/typescript.js b/lib/commands/new/buildsystems/webpack/transpilers/typescript.js index 4fb325dff..c1a813632 100644 --- a/lib/commands/new/buildsystems/webpack/transpilers/typescript.js +++ b/lib/commands/new/buildsystems/webpack/transpilers/typescript.js @@ -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')