Skip to content

Commit 43d37f2

Browse files
committed
chore(typedoc): clean up file
1 parent 55bcc5c commit 43d37f2

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

Diff for: typedoc.json

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"mode" : "modules",
3-
"out" : "doc",
4-
"theme" : "default",
5-
6-
"ignoreCompilerErrors" : "true",
7-
"experimentalDecorators" : "true",
8-
"emitDecoratorMetadata" : "true",
9-
"target" : "ES5",
10-
"moduleResolution" : "node",
11-
"preserveConstEnums" : "true",
12-
"stripInternal" : "true",
13-
"suppressExcessPropertyErrors" : "true",
14-
"suppressImplicitAnyIndexErrors": "true",
15-
"module" : "commonjs"
2+
"mode": "modules",
3+
"out": "doc",
4+
"theme": "default",
5+
"ignoreCompilerErrors": "true",
6+
"experimentalDecorators": "true",
7+
"emitDecoratorMetadata": "true",
8+
"target": "ES5",
9+
"moduleResolution": "node",
10+
"preserveConstEnums": "true",
11+
"stripInternal": "true",
12+
"suppressExcessPropertyErrors": "true",
13+
"suppressImplicitAnyIndexErrors": "true",
14+
"module": "commonjs"
1615
}

0 commit comments

Comments
 (0)