Docs: Fix retrieval of entry points from consumer's `tsconfig.json`
maschad opened this issue · 0 comments
maschad commented
Describe the bug
Following up from the conversation here we should be able to parse the entryPoints
from a user's tsconfig.json
To Reproduce
Steps to reproduce the behavior:
- run
aegir docs
Expected behavior
If a user has a tsconfig-docs.aegir.json
we should derive the entryPoints from there.