PhoneticMatching/typedocConfig.js

9 строки
172 B
JavaScript

module.exports = {
mode: "file",
out: "docs",
excludeNotExported: true,
excludePrivate: true,
listInvalidSymbolLinks: true,
gitRevision: "master"
}