Skip to content

Commit ded1481

Browse files
committed
Fix lint
1 parent aaf04b7 commit ded1481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ gulp.task(builtLocalCompiler, false, [servicesFile], () => {
443443
});
444444

445445
gulp.task(servicesFile, false, ["lib", "generate-diagnostics"], () => {
446-
const servicesProject = tsc.createProject("src/services/tsconfig.json", getCompilerSettings({removeComments: false}, /*useBuiltCompiler*/false));
446+
const servicesProject = tsc.createProject("src/services/tsconfig.json", getCompilerSettings({ removeComments: false }, /*useBuiltCompiler*/false));
447447
const {js, dts} = servicesProject.src()
448448
.pipe(newer(servicesFile))
449449
.pipe(sourcemaps.init())

0 commit comments

Comments
 (0)