react-docgen-typescript-lang-service
v2.0.0
Published
Package version of the workaround mentioned in styleguidist/react-docgen-typescript#112 to use the language service to speed up compile time for styleguidist
Maintainers
Readme
react-docgen-typescript-lang-service 
Package version of the workaround mentioned in styleguidist/react-docgen-typescript#112 to use the language service to speed up compile time for styleguidist
Installation
npm install --save-dev react-docgen-typescript-lang-serviceUsage
Usage is similar to react-docgen-typescript.
In your styleguide.config.js you can do the following:
propsParser: require('react-docgen-typescript-lang-service').withDefaultConfig([parserOptions]).parseor with a custom config file:
propsParser: require('react-docgen-typescript-lang-service').withCustomConfig('./tsconfig.json', [parserOptions]).parse