microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.74k stars 131 forks source link

Add new package for loading tsdoc-config.json file #196

Closed octogonz closed 4 years ago

octogonz commented 4 years ago

Initial sketch of the tsdoc-config.json feature proposed in RFC #7.

Because the loader relies on NodeJS libraries as well as resolve and ajv, I put this code in a separate NPM package @microsoft/tsdoc-config. That way @microsoft/tsdoc can remain fully self-contained and portable.

@ecraig12345