Remove docs config from demo-staking

This commit is contained in:
Simon Warta 2020-07-02 07:59:41 +02:00
parent 951e7f4430
commit ced871e9ef
2 changed files with 0 additions and 15 deletions

View File

@ -19,7 +19,6 @@
},
"private": true,
"scripts": {
"docs": "shx rm -rf docs && typedoc --options typedoc.js",
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",

View File

@ -1,14 +0,0 @@
const packageJson = require("./package.json");
module.exports = {
src: ["./src"],
out: "docs",
exclude: "**/*.spec.ts",
target: "es6",
name: `${packageJson.name} Documentation`,
readme: "README.md",
mode: "file",
excludeExternals: true,
excludeNotExported: true,
excludePrivate: true,
};