Skip to content

Commit e57e700

Browse files
committed
fix(docs): Exclude schematics from docs
fixes #45
1 parent 60b5c46 commit e57e700

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

projects/ngqp/core/.compodocrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../../node_modules/@compodoc/compodoc/src/config/schema.json",
33
"output": "../../../dist/ngqp-demo/api-docs",
4-
"tsconfig": "tsconfig.lib.json",
4+
"tsconfig": "tsconfig.compodoc.json",
55
"disableCoverage": true,
66
"disablePrivate": true,
77
"disableInternal": true,
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.lib.json",
3+
"exclude": [
4+
"./schematics/**"
5+
]
6+
}

0 commit comments

Comments
 (0)