Skip to content

Commit a8844af

Browse files
authored
fix: build docs migration (#90)
1 parent ce68a3d commit a8844af

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

typedoc.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
module.exports = {
2-
mode: 'file',
32
out: 'docs',
43
theme: 'default',
5-
ignoreCompilerErrors: true,
64
excludePrivate: false,
7-
excludeNotExported: true,
8-
target: 'ES6',
9-
moduleResolution: 'node',
10-
preserveConstEnums: 'true',
11-
stripInternal: 'true',
12-
suppressExcessPropertyErrors: 'true',
13-
suppressImplicitAnyIndexErrors: 'true',
14-
module: 'commonjs',
155
name: 'IBM Aspera JavaScript Library',
166
hideGenerator: true
177
};

0 commit comments

Comments
 (0)