Improve API documentation
This commit is contained in:
@ -23,5 +23,23 @@
|
||||
"tests",
|
||||
"**/*.spec.ts",
|
||||
"**/_*"
|
||||
]
|
||||
],
|
||||
"typedocOptions": {
|
||||
"mode": "modules",
|
||||
"out": "docs/api",
|
||||
"exclude": "test",
|
||||
"theme": "default",
|
||||
"ignoreCompilerErrors": true,
|
||||
"excludePrivate": true,
|
||||
"excludeProtected": true,
|
||||
"excludeNotExported": true,
|
||||
"excludeExternals": false,
|
||||
"target": "ES6",
|
||||
"moduleResolution": "node",
|
||||
"preserveConstEnums": true,
|
||||
"stripInternal": true,
|
||||
"suppressExcessPropertyErrors": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user