Ignore example/ for building docs

This commit is contained in:
Marc Rousavy
2021-03-04 10:38:42 +01:00
parent 71b442aeb4
commit 138e7bd0ec
3 changed files with 7 additions and 9 deletions

View File

@@ -97,7 +97,7 @@ module.exports = {
{
entryPoints: ['../src'],
exclude: "../src/index.ts",
tsconfig: '../tsconfig.json',
tsconfig: '../tsconfig.docs.json',
readme: "none",
sidebar: {
sidebarFile: 'typedoc-sidebar.js',