Files
wasm/typedoc.js
Jaco Greeff 362f921d18 Seed repo (#1)
* Seed repo

* Travis matrix for JS & Rust

* Update with cleaned latest schnorrkel

* Delete node-test.js

* Update .gitignore

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update build.sh

* Update .travis.yml

* Update .travis.yml

* Update build.sh

* Update build.sh

* Update build.sh

* Update .travis.yml

* Update build.sh

* Pull in latest schnorrkel-js fork

* Update schnorrkel README as per source

* Build via ./test.sh

* Move build to deps (only dep install)

* Adapt for header

* Show build output
2019-03-17 13:12:14 +01:00

17 lines
379 B
JavaScript

module.exports = {
name: 'Polkadot JS WASM',
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'
};