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

Commit 43db8bb

Browse files
author
Nicolas Schäfli
committed
Update typedoc settings
1 parent d34ab7b commit 43db8bb

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
@@ -36,7 +36,7 @@ gulp.task("typedoc", () => {
3636
return gulp.src(`${appProperties.root}/src/**/*.ts`)
3737
.pipe(typedoc({
3838
module: "commonjs",
39-
target: "es5",
39+
target: "es2015",
4040
out: `${appProperties.build.dirs.docs}/typedoc`,
4141
name: "PDF Wrap",
4242
externalPattern: `${appProperties.root}/node_modules/**`,

0 commit comments

Comments
 (0)