Remove (unused) typedoc config (#120)

This commit is contained in:
Jaco Greeff
2020-10-17 10:06:25 +02:00
committed by GitHub
parent 15a1020321
commit f966423808

View File

@@ -1,19 +0,0 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
module.exports = {
exclude: '**/*+(index|e2e|spec).ts',
excludeExternals: true,
excludeNotExported: true,
excludePrivate: true,
excludeProtected: true,
hideGenerator: true,
includeDeclarations: false,
mdEngine: 'gitbook',
module: 'commonjs',
moduleResolution: 'node',
name: 'Polkadot JS WASM',
out: 'docs',
stripInternal: 'true',
theme: 'markdown'
};