mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
28b991d61d
* Add documentation on GH pages * Expand classes for doc generation * Update docs * .nojekyll * Update Identicon.tsx * Update Demo.tsx * Update KeyPair.tsx * Export specific icons * Convert tests to TypeScript
17 lines
387 B
JavaScript
17 lines
387 B
JavaScript
module.exports = {
|
|
name: 'Polkadot JS UI libraries',
|
|
exclude: '**/*+(index|e2e|spec).ts',
|
|
excludeExternals: true,
|
|
excludeNotExported: true,
|
|
excludeProtected: true,
|
|
excludePrivate: true,
|
|
hideGenerator: true,
|
|
includeDeclarations: false,
|
|
out: 'docs',
|
|
module: 'commonjs',
|
|
moduleResolution: 'node',
|
|
mdEngine: 'gitbook',
|
|
stripInternal: 'true',
|
|
theme: 'markdown'
|
|
};
|