Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Apr 16, 2023
1 parent 9f8aeeb commit 3671f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nerdbank-gitversioning.npm/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var tsProject = ts.createProject('tsconfig.json', {
});

gulp.task('tsc', function () {
var tsResult = gulp.src(['*.ts', 'ts/**/*.ts', 'node_modules/@types/**/index.d.ts'])
var tsResult = gulp.src(['*.ts', 'ts/**/*.ts'])
// .pipe(tslint())
.pipe(sourcemaps.init())
.pipe(tsProject());
Expand Down

0 comments on commit 3671f13

Please sign in to comment.