From bf279479ccd5bff95767b93334328b074af8ff18 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Wed, 4 Dec 2019 23:43:55 +0000 Subject: [PATCH] fix: typedoc --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2bfd1abea..2adc17c80 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "send-coverage": "codecov", "docs": "yarn docs:html && open-cli docs/index.html", "docs:test": "yarn docs:html", - "docs:html": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out docs", - "docs:json": "typedoc --mode file --json docs/typedoc.json src/index.ts", + "docs:html": "typedoc src/index.ts --ignoreCompilerErrors --excludePrivate --mode file --theme minimal --out docs", + "docs:json": "typedoc --ignoreCompilerErrors --mode file --json docs/typedoc.json src/index.ts", "docs:publish": "yarn docs:html && gh-pages -d docs", "changelog": "standard-version", "release": "yarn reset && yarn docs:publish && yarn changelog",