diff --git a/package.json b/package.json index 097cc9d2..5e72c802 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "check-configuration": "openstapps-configuration", "compile": "tsc", - "documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", + "documentation": "typedoc --name \"@openstapps/core\" --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks lib", "pack": "openstapps-core-tools pack", "prepublishOnly": "npm run build", "schema": "node --max-old-space-size=8192 --stack-size=10240 ./node_modules/.bin/openstapps-core-tools schema src/core lib/schema",