Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 9df0d44

Browse files
author
Alexey Reznichenko
committed
Keep doc comments in generated d.ts files
1 parent 2fcf251 commit 9df0d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gulp.task("build", function() {
2525
target: "ES5",
2626
declaration: true,
2727
noImplicitAny: true,
28-
removeComments: true,
28+
removeComments: false,
2929
outDir: 'distrib'
3030
}))
3131
.pipe(sourcemaps.write('.'))

0 commit comments

Comments
 (0)