Pepijn98/kitai

View on GitHub
typedoc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    inputFiles: ["src"],
    mode: "file",
    includeDeclarations: true,
    tsconfig: "tsconfig.json",
    out: "docs",
    excludePrivate: true,
    excludeProtected: true,
    excludeExternals: true,
    excludeNotExported: true,
    readme: "README.md",
    name: "kitai",
    ignoreCompilerErrors: true,
    listInvalidSymbolLinks: true
};